Table of Contents

TSphinxConfig.OnConfigureToken Event

Allows for customization of the generated access and identity token.

Remarks

OnConfigureToken event is fired when an access or identity token is generated. It is the place to add custom additional information to the token. An object of type TConfigureTokenArgs is passed as a parameter with several useful properties like user and client information, and the token itself which you can use to add custom claims and any other information.

Syntax

Unit: Sphinx.Comp.Config

property TSphinxConfig.OnConfigureToken: TConfigureTokenEvent

See also