Click or drag to resize
IJwtTokenService Interface
Provides methods for issuing, validation and parsing 'JSON Web Token' (JWT).

Namespace: CMS.Base.Internal
Assembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax
C#
public interface IJwtTokenService

The IJwtTokenService type exposes the following members.

Properties
  NameDescription
Public propertyAudience
Audience of the JWT token.
Public propertyIssuer
Issuer of the JWT token.
Public propertyTokenEncryption
Indicates if token will be encrypted.
Top
Methods
  NameDescription
Public methodIssueToken
Creates and serializes the JWT token.
Public methodTryParseToken
Parses and validates a JWT token provided by tokenString parameter.
Top
See Also