Skip to main content
POST
Complete Hosted Auth Sign-In

Body

application/json
client_key
string
required

Client API key copied from Developer Access.

redirect_uri
string<uri>
required

The same saved callback URL used to start sign-in.

firebase_id_token
string
required

Firebase ID token returned by the hosted sign-in page.

state
string

Optional state value to return unchanged.

Maximum string length: 2048
code_challenge
string

Optional PKCE challenge.

Maximum string length: 255
code_challenge_method
enum<string>

PKCE challenge method.

Available options:
plain,
S256

Response

Hosted sign-in completed.

The response is of type object.