Complete social login

Completes social login. See JavaScript SDK registration overview for a comparison of social logins and registrations and traditional logins and registrations.

Form Data
string

Unique identifier of the API client that authenticated the operation. This client must be configured with the login_client feature, which gives it permission to use login and registration-based API endpoints.

string

Name of the flow configured for the desired login or registration experience.

string

Version number of the flow specified by the flow member..

string
Defaults to en-US

Language code to use for the profile management experience. This member determines the language for any error messages returned to you and for any emails sent by Akamai to users.

string

If a previous operation fails with error code 380 email_address_in_use, you can merge the new social account into the existing account by including this member in the operation that authenticates the user's existing account. The token value for this member needs be the same token from the failed operation.

string

Either the redirect URL used to obtain an authorization code or the redirectUri setting configured in a JavaScript SDK-based implementation. Required only when the grant_type is set to authorization_code

string

Name of the form used for social registration.

string

Name of the attribute to be updated when using a verification code.

boolean

Specifies the action to take if the social login identity provider returns an email address not in the user profile database. If true, this operation creates a new record. If false or if omitted from the operation, you need to complete two-step registration using oauth/register_native.

string

One-time token used for social authentication. This is the token passed from the Social Login application to your token URL. The tome needs to be received from the same Social Login application configured for the API client calling this operation.

Responses

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json