JwtBearerAuthenticationOptions.TokenHandler Property

A System.IdentityModel.Tokens.SecurityTokenHandler designed for creating and validating Json Web Tokens.

Namespace:  Microsoft.Owin.Security.Jwt
Assembly:  Microsoft.Owin.Security.Jwt (in Microsoft.Owin.Security.Jwt.dll)

Syntax

'Declaration
Public Property TokenHandler As JwtSecurityTokenHandler 
    Get 
    Set
'Usage
Dim instance As JwtBearerAuthenticationOptions 
Dim value As JwtSecurityTokenHandler 

value = instance.TokenHandler

instance.TokenHandler = value
public JwtSecurityTokenHandler TokenHandler { get; set; }
public:
property JwtSecurityTokenHandler^ TokenHandler {
    JwtSecurityTokenHandler^ get ();
    void set (JwtSecurityTokenHandler^ value);
}
member TokenHandler : JwtSecurityTokenHandler with get, set
function get TokenHandler () : JwtSecurityTokenHandler 
function set TokenHandler (value : JwtSecurityTokenHandler)

Property Value

Type: JwtSecurityTokenHandler
Returns JwtSecurityTokenHandler.

See Also

Reference

JwtBearerAuthenticationOptions Class

Microsoft.Owin.Security.Jwt Namespace