Share via


AuthResponse.AccessToken Property

Definition

Derived from the access_token parameter of the authorization response. This value is available when ResponseType in AuthRequestParams is set as token.

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

Property Value

String

Platform::String

winrt::hstring

A string that represents the access token from the authorization response.

Applies to