Table of Contents

ITokenInfo Interface

Holds information about a token (access, identity or refresh).

Syntax

Unit: Sphinx.TokenBuilder

ITokenInfo = interface(IInterface);

Properties

Name Description
Claims The object containing the tkoen claims.
ClientId The id of the client for which the token was created.
ExpiresIn The expiration of the token in Unix time.
TokenType The type of the token. Values are access_token, id_token or refresh_token.