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

public JwtSecurityTokenHandler TokenHandler { get; set; }
public:
property JwtSecurityTokenHandler^ TokenHandler {
    JwtSecurityTokenHandler^ get();
    void set(JwtSecurityTokenHandler^ value);
}
member TokenHandler : JwtSecurityTokenHandler with get, set
Public Property TokenHandler As JwtSecurityTokenHandler

Property Value

Type: System.IdentityModel.Tokens.JwtSecurityTokenHandler

Returns JwtSecurityTokenHandler.

See Also

JwtBearerAuthenticationOptions Class
Microsoft.Owin.Security.Jwt Namespace

Return to top