| IJwtTokenService Interface |
Namespace: CMS.Base.Internal
public interface IJwtTokenService
The IJwtTokenService type exposes the following members.
| Name | Description | |
|---|---|---|
| Audience |
Audience of the JWT token.
| |
| Issuer |
Issuer of the JWT token.
| |
| TokenEncryption |
Indicates if token will be encrypted.
|
| Name | Description | |
|---|---|---|
| IssueToken |
Creates and serializes the JWT token.
| |
| TryParseToken |
Parses and validates a JWT token provided by tokenString parameter.
|