Complete traditional login

Completes traditional login using an email address and password. 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

Name of the form used for user profile updates.

string

Names of any other fields assigned to a profile management form. Each field needs be passed as a separate member. Use the field name as the key and the user input as the key value. The default editProfileForm includes emailAddress, firstName, lastName, and displayName as required fields.

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
enum
Defaults to token

Determines whether you receive an access token, an authorization code, or both after a user is successfully registered or authenticated.

Allowed:
Responses

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