public sealed class TokenInfo : ITokenInfo,
ISealablePublic NotInheritable Class TokenInfo
Implements ITokenInfo, ISealablepublic ref class TokenInfo sealed : ITokenInfo,
ISealable[<SealedAttribute>]
type TokenInfo =
class
interface ITokenInfo
interface ISealable
end| TokenInfo | An object containing information about token. |
| Created | The creation date and time of the token. |
| CreatedByID | The identifier of the employee who created the token. |
| Description | A description of the token. |
| Expires | The expiration date and time of the token. |
| Format | Token storage format. |
| Hash | The hash of the token. |
| ID | The identifier of the token. |
| IsSealed | Признак того, что объект был защищён от изменений. |
| IsVerified | Indicates confirmation of the validity of the token. |
| Options | Additional information by the token. |
| RefID | The identifier of the resource for which the token was created. |
| Scope | The token scope. |
| Token | The access token. |
| Type | Type of token to access the resource. |
| UserID | The identifier of the user for whom the token was created. |
| Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| GetHashCode | Serves as the default hash function. (Унаследован от Object) |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| Seal | Защищает объект от изменений. |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |
| IsExpired |
Returns whether the token has expired.
(Определяется TokenExtensions) |
| ToAccessToken |
Converts the token data into an access token.
(Определяется TokenExtensions) |