TokenResponse.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.
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
A string that contains the access_token
parameter of the token response.