Click or drag to resize
ITokenConfiguration Interface
Represents security token configuration.

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

The ITokenConfiguration 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.
Public propertyValidity
Token validity.
Top
See Also