ExchangeTokenRequest

{
    "clientId": "Arketype",
    "identityProvider": "FACEBOOK",
    "idpToken": "<remote_idp_token>"
}

Field

Type

Description

Example

clientId

string

The client for which you want a token

'Arketype'

identityProvider

The identity provider to which theidpToken belongs

'FACEBOOK'

idpToken

string

The token of the external IDP

Last updated