Share via


WebTokenResponse.Token Property

Definition

Gets the authentication token.

public:
 property Platform::String ^ Token { Platform::String ^ get(); };
winrt::hstring Token();
public string Token { get; }
var string = webTokenResponse.token;
Public ReadOnly Property Token As String

Property Value

String

Platform::String

winrt::hstring

The authentication token.

Applies to

See also