Voltar para INNK Auth Service
Type
ENDPOINT
Created
18/02/2026, 22:10
Updated
18/02/2026, 22:10

Config

auth:
in: "query"
name: "key"
type: "api_key"
secretRef: "secrets/firebase/web_api_key"
path: "/accounts:signInWithPassword"
method: "POST"
provider: "firebase_identity_toolkit"
timeoutsMs:
read: 5000
connect: 2000
environment: "production|sandbox"

Input Schema

type: "object"
required:
0"email"
1"password"
properties:
email:
password:
returnSecureToken:

Outputs (2)

errorERROR

Resposta de erro

type: "object"
properties: {}
successSUCCESS

Resposta de sucesso

type: "object"
required:
0"userId"
1"token"
2"refreshToken"
3"expiresIn"
properties:
email:
token:
userId:
expiresIn:
refreshToken:

Used in Flows (1)

FlowStep Order
Login Flow#1