Share via


AuthRequestParams.CodeChallengeMethod Property

Definition

Specifies the optional code_challenge_method parameter of the authorization request described by the section 4.3 of RFC 7636.

public:
 property CodeChallengeMethodKind CodeChallengeMethod { CodeChallengeMethodKind get(); void set(CodeChallengeMethodKind value); };
CodeChallengeMethodKind CodeChallengeMethod();

void CodeChallengeMethod(CodeChallengeMethodKind value);
public CodeChallengeMethodKind CodeChallengeMethod { get; set; }
var codeChallengeMethodKind = authRequestParams.codeChallengeMethod;
authRequestParams.codeChallengeMethod = codeChallengeMethodKind;
Public Property CodeChallengeMethod As CodeChallengeMethodKind

Property Value

A CodeChallengeMethodKind enumeration value that specifies the code_challenge_method parameter of the authorization request.

Applies to