Class IdentityModelTokenCacheItem
Inheritance
object
IdentityModelTokenCacheItem
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.IdentityModel
Assembly: Volo.Abp.IdentityModel.dll
Syntax
public class IdentityModelTokenCacheItem
Constructors
IdentityModelTokenCacheItem()
Declaration
public IdentityModelTokenCacheItem()
IdentityModelTokenCacheItem(string)
Declaration
public IdentityModelTokenCacheItem(string accessToken)
Parameters
| Type | Name | Description |
|---|---|---|
| string | accessToken |
Properties
AccessToken
Declaration
public string AccessToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
CalculateCacheKey(IdentityClientConfiguration)
Declaration
public static string CalculateCacheKey(IdentityClientConfiguration configuration)
Parameters
| Type | Name | Description |
|---|---|---|
| IdentityClientConfiguration | configuration |
Returns
| Type | Description |
|---|---|
| string |