Skip to content

Bind Auth Provider

Defines the structure of the request body for the PUT account/bind/auth-provider endpoint.

Schema

{
"auth_provider": 0,
"auth_unique_identifier": "string",
"auth_provider_token": "string"
}

Properties

auth_provider

The type of authentication provider.
Supported providers:

  • Facebook

Data Type: Integer
Required: Yes

auth_unique_identifier

The unique account identifier from the authentication provider. This is typically the account ID (e.g. Facebook ID).

Data Type: Integer
Required: Yes

auth_provider_token

This is the authentication token obtained after signing in. It is used by the backend to verify the validity of the account.

Data Type: String
Required: Yes