GetAuthorizationRequestUrlParameterBuilder.WithPkce(String) メソッド

定義

Proof of Key for Code Exchange (PKCE) を使用して承認コード付与をセキュリティで保護するために使用されます。 詳細については、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

パラメーター

codeVerifier
String

MSAL.NET によって生成されます。

返品

適用対象