AuthRequestParams.CodeChallenge Property

Definition

public:
 property Platform::String ^ CodeChallenge { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring CodeChallenge();

void CodeChallenge(winrt::hstring value);
public string CodeChallenge { get; set; }
var string = authRequestParams.codeChallenge;
authRequestParams.codeChallenge = string;
Public Property CodeChallenge As String

Property Value

String

Platform::String

winrt::hstring

Applies to