AuthResponse.AccessToken Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
A string that represents the access token from the authorization response.