Click or drag to resize
DebugAuthenticationConfiguration Class
Represents security token configuration for authentication in WebAPI for accessing live site debug logs.
Inheritance Hierarchy
SystemObject
  CMS.Membership.InternalDebugAuthenticationConfiguration

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

The DebugAuthenticationConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodDebugAuthenticationConfiguration
Top
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