Microsoft.Owin.Security.Jwt Namespace
The Microsoft.Owin.Security.Jwt namespace contains types related to JSON Web Tokens.
| Class | Description | |
|---|---|---|
![]() | JwtBearerAuthenticationOptions | Options for JWT Bearer Token handler configuration. |
![]() | JwtFormat | Signs and validates JSON Web Tokens. |
![]() | SymmetricKeyIssuerSecurityTokenProvider | Implements an IIssuerSecurityTokenProvider for symmetric key signed JWTs. |
![]() | X509CertificateSecurityTokenProvider | Implements an IIssuerSecurityTokenProvider for X509 JWTs. |
| Interface | Description | |
|---|---|---|
![]() | IIssuerSecurityTokenProvider | Provides security token information to the implementing class. |
Show:

