Click or drag to resize
IJwtTokenServiceFactory Interface
Represents a factory for IJwtTokenService.

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

The IJwtTokenServiceFactory type exposes the following members.

Methods
  NameDescription
Public methodGetJwtTokenService
Returns new instance of JWT token service.
Top
See Also