次の方法で共有


DeviceAccountConfiguration.OAuthRefreshToken プロパティ

定義

新しいアクセス トークンの作成に使用される OAuth 更新トークンを取得または設定します。

public:
 property Platform::String ^ OAuthRefreshToken { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring OAuthRefreshToken();

void OAuthRefreshToken(winrt::hstring value);
public string OAuthRefreshToken { get; set; }
var string = deviceAccountConfiguration.oAuthRefreshToken;
deviceAccountConfiguration.oAuthRefreshToken = string;
Public Property OAuthRefreshToken As String

プロパティ値

String

Platform::String

winrt::hstring

新しいアクセス トークンの作成に使用される OAuth 更新トークン。

Windows の要件

デバイス ファミリ
Windows 10 Anniversary Edition (10.0.14393.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v3.0 で導入)
アプリの機能
userDataAccountsProvider

適用対象