Share via


OAuthBasedDataSourceProperties.TokenUserPrincipalName Property

Definition

Gets or sets the user principal name (UPN) of the user that was used to obtain the refresh token. Use this property to help remember which user was used to obtain the refresh token.

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to