다음을 통해 공유


GetAuthorizationRequestUrlParameterBuilder.WithPkce(String) Method

Definition

Used to secure authorization code grant via Proof of Key for Code Exchange (PKCE). For more information, see the PKCE RCF: https://tools.ietf.org/html/rfc7636

public Microsoft.Identity.Client.GetAuthorizationRequestUrlParameterBuilder WithPkce (out string codeVerifier);
member this.WithPkce : string -> Microsoft.Identity.Client.GetAuthorizationRequestUrlParameterBuilder
Public Function WithPkce (ByRef codeVerifier As String) As GetAuthorizationRequestUrlParameterBuilder

Parameters

codeVerifier
String

MSAL.NET will generate it.

Returns

Applies to