v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-13204059.1 KB
relyingparty

Verifies the user entered password.

post/verifyPassword

Request body

tenantProjectNumberstring uint64

Tenant project number to be used for idp discovery.

emailstring

The email of the user.

captchaChallengestring

The captcha challenge.

delegatedProjectNumberstring int64

GCP project number of the requesting delegated app. Currently only intended for Firebase V1 migration.

idTokenstring

The GITKit token of the authenticated user.

passwordstring

The password inputed by the user.

tenantIdstring

For multi-tenant use cases, in order to construct sign-in URL with the correct IDP parameters, Firebear needs to know which Tenant to retrieve IDP configs from.

captchaResponsestring

Response to the captcha.

returnSecureTokenboolean

Whether return sts id token and refresh token instead of gitkit token.

instanceIdstring

Instance id token of the app.

pendingIdTokenstring

The GITKit token for the non-trusted IDP, which is to be confirmed by the user.

Response

Successful response