OauthTokenRequest
authProviderstring
The provider used to authenticate the user, e.g. google, github, etc.
Example:
googleclientTokenstring
The token provided by the external provider
emailstring
The email address of the user
Example:
jsnow@example.comexternalUserIdstring
The ID of the user from the external provider
Example:
1234567890externalUserNamestring
The username of the user from the external provider
Example:
jsnowimagestring
The image URL of the user from the external provider
namestring
The name of the user
Example:
Jon Snoworg_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"
}