TokenRequestParams.CodeVerifier 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 Platform::String ^ CodeVerifier { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring CodeVerifier();
void CodeVerifier(winrt::hstring value);
public string CodeVerifier { get; set; }
var string = tokenRequestParams.codeVerifier;
tokenRequestParams.codeVerifier = string;
Public Property CodeVerifier As String
Property Value
A string that specifies the code_verifier
parameter of the token request.