Table of Contents

Class TokenExtensions

Namespace
Duende.IdentityServer.Extensions
Assembly
Duende.IdentityServer.dll

Extensions for Token

public static class TokenExtensions
Inheritance
TokenExtensions
Inherited Members

Methods

CreateJwtPayloadDictionary(Token, IdentityServerOptions, IClock, ILogger)

Creates the default JWT payload dictionary

public static Dictionary<string, object> CreateJwtPayloadDictionary(this Token token, IdentityServerOptions options, IClock clock, ILogger logger)

Parameters

token Token
options IdentityServerOptions
clock IClock
logger ILogger

Returns

Dictionary<string, object>