Table of Contents

Class OpenIddictConstants.Settings.TokenLifetimes

Namespace
OpenIddict.Abstractions
Assembly
OpenIddict.Abstractions.dll
public static class OpenIddictConstants.Settings.TokenLifetimes
Inheritance
OpenIddictConstants.Settings.TokenLifetimes
Inherited Members

Fields

AccessToken

public const string AccessToken = "tkn_lft:act"

Field Value

string

AuthorizationCode

public const string AuthorizationCode = "tkn_lft:auc"

Field Value

string

DeviceCode

public const string DeviceCode = "tkn_lft:dvc"

Field Value

string

IdentityToken

public const string IdentityToken = "tkn_lft:idt"

Field Value

string

RefreshToken

public const string RefreshToken = "tkn_lft:reft"

Field Value

string

UserCode

public const string UserCode = "tkn_lft:usrc"

Field Value

string