Table of Contents

ITokenInfo Interface

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

Syntax

Unit: Sphinx.TokenBuilder

ITokenInfo = interface(IInterface);

Properties

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