GetAuthorizationRequestUrlParameterBuilder.WithRedirectUri(String) Method
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.
Sets the redirect URI to add to the Authorization request URL
public Microsoft.Identity.Client.GetAuthorizationRequestUrlParameterBuilder WithRedirectUri (string redirectUri);
member this.WithRedirectUri : string -> Microsoft.Identity.Client.GetAuthorizationRequestUrlParameterBuilder
Public Function WithRedirectUri (redirectUri As String) As GetAuthorizationRequestUrlParameterBuilder
Parameters
- redirectUri
- String
Address to return to upon receiving a response from the authority.