Optionalactor_The actor token for delegation / impersonation exchanges (RFC 8693).
When provided, actor_token_type is required.
The resulting token will carry an act claim identifying the acting party.
Optionalactor_URI identifying the type of actor_token (RFC 8693).
Required when actor_token is provided.
OptionalaudienceRequested audience. Defaults to authorizationParams.audience.
OptionalextraAdditional parameters forwarded to the token endpoint. Useful for vendor-specific or RFC 8693 extension parameters. Parameters in the denylist are silently stripped.
OptionalorganizationOrganization ID or name to scope the exchange to. When provided, the issued token will be bound to that organization.
Optionalrequested_URI specifying the type of token the caller wants the AS to issue (RFC 8693).
e.g. urn:ietf:params:oauth:token-type:jwt
OptionalscopeRequested scope(s). Defaults to authorizationParams.scope.
Optionalsubject_The security token to exchange. Defaults to the current user's access token.
Optionalsubject_URI identifying the type of subject_token.
Defaults to urn:ietf:params:oauth:token-type:access_token.
Options for RequestContext.customTokenExchange. All fields are optional — unset fields fall back to
authorizationParamsconfig or RFC 8693 defaults where applicable.