Share via


AuthResponse.Code Property

Definition

Derived from the code parameter of the authorization response.

public:
 property Platform::String ^ Code { Platform::String ^ get(); };
winrt::hstring Code();
public string Code { get; }
var string = authResponse.code;
Public ReadOnly Property Code As String

Property Value

String

Platform::String

winrt::hstring

A string that represents the code from the authorization response.

Applies to