TokenResponse.AccessToken Property

Definition

Provides the access_token parameter of the token response.

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

Property Value

String

Platform::String

winrt::hstring

A string that contains the access_token parameter of the token response.

Applies to