TokenRequestParams.CodeVerifier Property

Definition

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

String

Platform::String

winrt::hstring

Applies to