AuthRequestParams.CodeChallengeMethod Property
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.
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.