docs/interfaces/auth.TokenForConnectionRequest.html
Options to exchange a federated connection token.
interface TokenForConnectionRequest {
subject_token: string;
connection: string;
subject_token_type?: SUBJECT_TOKEN_TYPES;
login_hint?: string;
}
subject_tokenconnectionsubject_token_type?login_hint?
subject_token: string
The subject token to exchange for an access token for a connection.
connection: string
The target social provider connection (e.g., "google-oauth2").
Optionalsubject_token_typesubject_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_hintlogin_hint?: string
Optional login hint
Member Visibility
ThemeOSLightDark
Properties subject_tokenconnectionsubject_token_typelogin_hint