public interface ITokenInfo : ISealablePublic Interface ITokenInfo
Inherits ISealablepublic interface class ITokenInfo : ISealabletype ITokenInfo =
interface
interface ISealable
end| 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 | Признак того, что объект был защищён от изменений. (Унаследован от ISealable) |
| 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. |
| IsExpired |
Returns whether the token has expired.
(Определяется TokenExtensions) |
| ToAccessToken |
Converts the token data into an access token.
(Определяется TokenExtensions) |