Table of Contents

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 Token

The token description.

Returns

Task<string>

A protected and serialized security token