SecurityTokenManagerT Class |
Namespace: CMS.Membership.Internal
public sealed class SecurityTokenManager<T> : ISecurityTokenManager<T> where T : class, new(), ITokenConfiguration
The SecurityTokenManagerT type exposes the following members.
Name | Description | |
---|---|---|
SecurityTokenManagerT |
Creates new instance of SecurityTokenManagerT.
|
Name | Description | |
---|---|---|
GetToken |
Gets JWT token for current user.
| |
GetUserFromToken |
Validates JWT token, checks UserAuthenticationGUID integrity and returns claims-based identity.
|