Share via


SlackClientWrapperOptions.SlackRedirectUri Property

Definition

Gets or Sets the URI users will be redirected to after an oauth flow. In most cases, should be https://mydomain.com/install/auth.

public Uri SlackRedirectUri { get; set; }
member this.SlackRedirectUri : Uri with get, set
Public Property SlackRedirectUri As Uri

Property Value

Uri

The Redirect URI.

Applies to