Microsoft.Owin.Security.Jwt Namespace

 

The Microsoft.Owin.Security.Jwt namespace contains types related to JSON Web Tokens.

Classes

Class Description
System_CAPS_pubclass JwtBearerAuthenticationOptions

Options for JWT Bearer Token handler configuration.

System_CAPS_pubclass JwtFormat

Signs and validates JSON Web Tokens.

System_CAPS_pubclass SymmetricKeyIssuerSecurityTokenProvider

Implements an IIssuerSecurityTokenProvider for symmetric key signed JWTs.

System_CAPS_pubclass X509CertificateSecurityTokenProvider

Implements an IIssuerSecurityTokenProvider for X509 JWTs.

Interfaces

Interface Description
System_CAPS_pubinterface IIssuerSecurityTokenProvider

Provides security token information to the implementing class.

Return to top