Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

interface Duende.​IdentityServer.​Services.​ITokenService

Assembly: Duende.IdentityServer

Logic for creating security tokens

Methods

Returns An identity token
request The token creation request.
ct The cancellation token.
Returns An access token
request The token creation request.
ct The cancellation token.
CreateSecurityTokenAsync​(Models.​Token token, System.​Threading.​CancellationToken ct)
Creates a serialized and protected security token.
Returns A security token in serialized form
token The token.
ct The cancellation token.