次の方法で共有


OAuthBasedDataSourceProperties.TokenUserPrincipalName プロパティ

定義

更新トークンの取得に使用されたユーザーのユーザー プリンシパル名 (UPN) を取得または設定します。 このプロパティを使用すると、更新トークンの取得に使用されたユーザーを覚えておくのに役立ちます。

[Newtonsoft.Json.JsonProperty(PropertyName="tokenUserPrincipalName")]
public string TokenUserPrincipalName { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="tokenUserPrincipalName")>]
member this.TokenUserPrincipalName : string with get, set
Public Property TokenUserPrincipalName As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象