GetAuthorizationRequestUrlParameterBuilder.WithPkce(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.
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.