Interface ITokenCreationService
- Namespace
- Duende.IdentityServer.Services
- Assembly
- Duende.IdentityServer.dll
Logic for creating security tokens
public interface ITokenCreationService
Methods
CreateTokenAsync(Token)
Creates a token.
Task<string> CreateTokenAsync(Token token)
Parameters
token
TokenThe token description.