Token lifetime in seconds (~60).
The issued token type URN. Always "urn:auth0:params:oauth:token-type:session_transfer_token".
OptionalscopeGranted scopes, if returned by the authorization server.
The opaque session transfer token. Hand to buildSessionTransferRedirect.
Optionaltoken_Informational only — typically "N_A".
Result of a successful RequestContext.requestSessionTransferToken call. The STT is opaque, single-use, and expires in ~60 seconds. Pass it directly to RequestContext.buildSessionTransferRedirect — never decode or store it.