AccessTokenResponse.TokenType Property
Namespace: Microsoft.VisualStudio.Services.OAuth
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
<DataMemberAttribute(Name := "token_type")> _
Public Property TokenType As String
[DataMemberAttribute(Name = "token_type")]
public string TokenType { get; set; }
[DataMemberAttribute(Name = L"token_type")]
public:
property String^ TokenType {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(Name = "token_type")>]
member TokenType : string with get, set
function get TokenType () : String
function set TokenType (value : String)
Property Value
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.