VssOAuthToken.TokenType Property
Gets the type of OAuth token
Namespace: Microsoft.VisualStudio.Services.Client
Assembly: Microsoft.VisualStudio.Services.Client (in Microsoft.VisualStudio.Services.Client.dll)
Syntax
'Declaration
Public ReadOnly Property TokenType As VssOAuthTokenType
public VssOAuthTokenType TokenType { get; }
public:
property VssOAuthTokenType TokenType {
VssOAuthTokenType get ();
}
member TokenType : VssOAuthTokenType with get
function get TokenType () : VssOAuthTokenType
Property Value
Type: Microsoft.VisualStudio.Services.Client.VssOAuthTokenType
.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.