Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ExternalRefreshRequest

For auth methods using the ”external" type, this is the payload of requests which are sent to the backend prior to allowing access tokens to be refreshed.

Hierarchy

  • ExternalRefreshRequest

Index

Properties

Optional authenticated_scope

authenticated_scope: string

This is just for information the scope for which the initial access token was created. Refreshed tokens are created with the same scope, and cannot be changed here.

authenticated_userid

authenticated_userid: string

The authenticated user ID of the user requesting a refreshed token; depending on whether the API uses passthrough users or wicked backed users, this is either the value from the the @ExternalUserPassResponse as sub=<sub value from profile> (when using passthrough users), or a field containing sub=(when using wicked backed users). May also contain a;namespaces=` property.

Generated using TypeDoc