WebTokenResponse.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

プロパティ値

String

Platform::String

winrt::hstring

認証トークン。

適用対象

こちらもご覧ください