Microsoft.Owin.Security.Jwt Namespace
The Microsoft.Owin.Security.Jwt namespace contains types related to JSON Web Tokens.
Classes
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. |
Interfaces
Interface | Description | |
---|---|---|
IIssuerSecurityTokenProvider | Provides security token information to the implementing class. |
Return to top