Skip to main content

OauthTokenRequest

authProviderstring

The provider used to authenticate the user, e.g. google, github, etc.

Example: google
clientTokenstring

The token provided by the external provider

emailstring

The email address of the user

Example: jsnow@example.com
externalUserIdstring

The ID of the user from the external provider

Example: 1234567890
externalUserNamestring

The username of the user from the external provider

Example: jsnow
imagestring

The image URL of the user from the external provider

namestring

The name of the user

Example: Jon Snow
org_idstring

the organization id for the sso connection

OauthTokenRequest
{
"authProvider": "google",
"clientToken": "string",
"email": "jsnow@example.com",
"externalUserId": "1234567890",
"externalUserName": "jsnow",
"image": "string",
"name": "Jon Snow",
"org_id": "string"
}