JsonWebToken.TokenType Property

Namespace:  Microsoft.VisualStudio.Services.WebApi.Jwt
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
Public ReadOnly Property TokenType As String
public string TokenType { get; }
public:
property String^ TokenType {
    String^ get ();
}
member TokenType : string with get
function get TokenType () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

JsonWebToken Class

Microsoft.VisualStudio.Services.WebApi.Jwt Namespace