Back to Node Auth0

Interface TokenForConnectionRequest

docs/interfaces/auth.TokenForConnectionRequest.html

5.9.11.4 KB
Original Source
  • auth
  • TokenForConnectionRequest

Interface TokenForConnectionRequest

Options to exchange a federated connection token.

interface TokenForConnectionRequest {
subject_token: string;
connection: string;
subject_token_type?: SUBJECT_TOKEN_TYPES;
login_hint?: string;
}

Index

Properties

subject_tokenconnectionsubject_token_type?login_hint?

Properties

subject_token

subject_token: string

The subject token to exchange for an access token for a connection.

connection

connection: string

The target social provider connection (e.g., "google-oauth2").

Optionalsubject_token_type

subject_token_type?: SUBJECT_TOKEN_TYPES

An optional subject token type parameter to pass to the authorization server. If not provided, it defaults to urn:ietf:params:oauth:token-type:refresh_token.

Optionallogin_hint

login_hint?: string

Optional login hint

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties subject_tokenconnectionsubject_token_typelogin_hint