Microsoft.Owin.Security.Jwt Namespace

 

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

ClassDescription
System_CAPS_pubclassJwtBearerAuthenticationOptions

Options for JWT Bearer Token handler configuration.

System_CAPS_pubclassJwtFormat

Signs and validates JSON Web Tokens.

System_CAPS_pubclassSymmetricKeyIssuerSecurityTokenProvider

Implements an IIssuerSecurityTokenProvider for symmetric key signed JWTs.

System_CAPS_pubclassX509CertificateSecurityTokenProvider

Implements an IIssuerSecurityTokenProvider for X509 JWTs.

InterfaceDescription
System_CAPS_pubinterfaceIIssuerSecurityTokenProvider

Provides security token information to the implementing class.

Return to top
Show: