ITokenInfo - интерфейс

An object containing information about token.

Definition

Пространство имён: Tessa.Tokens
Сборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
C#
public interface ITokenInfo : ISealable
Implements
ISealable

Свойства

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.

Методы

SealЗащищает объект от изменений.
(Унаследован от ISealable)

Методы расширения

IsExpired Returns whether the token has expired.
(Определяется TokenExtensions)
ToAccessToken Converts the token data into an access token.
(Определяется TokenExtensions)

См. также