GetAuthorizationRequestUrlParameterBuilder.WithRedirectUri(String) Method

Definition

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.

Returns

Applies to