Optionalactor_The acting party's token. Omit to use the current session's id_token (default).
When provided, actor_token_type defaults to urn:ietf:params:oauth:token-type:id_token.
Optionalactor_URI identifying the type of actor_token.
Defaults to urn:ietf:params:oauth:token-type:id_token when actor_token is provided.
OptionalextraAdditional parameters forwarded to the token endpoint and available in your CTE Action
via event.request.body (e.g. { reason: 'Investigating TCK-1234' }).
Cannot override reserved OAuth parameters.
OptionalorganizationOrganization ID or name; forwarded to /authorize by buildSessionTransferRedirect.
OptionalscopeScopes for the established session's tokens.
The token identifying the subject of the exchange. Validated by your CTE Action.
URI identifying the type of subject_token.
Options for RequestContext.requestSessionTransferToken.