SlackClientWrapperOptions.SlackRedirectUri Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The Redirect URI.