Table of Contents

Class IdentityServerConstants.TokenTypes

Namespace
Duende.IdentityServer
Assembly
Duende.IdentityServer.dll
public static class IdentityServerConstants.TokenTypes
Inheritance
IdentityServerConstants.TokenTypes
Inherited Members

Fields

AccessToken

public const string AccessToken = "access_token"

Field Value

string

IdentityToken

public const string IdentityToken = "id_token"

Field Value

string

LogoutToken

public const string LogoutToken = "logout_token"

Field Value

string