Representa as credenciais retornadas por PhoneAuthProvider .
Assinatura:
export declare class PhoneAuthCredential extends AuthCredential
Estende: AuthCredential
Métodos
Método | Modificadores | Descrição |
---|---|---|
deJSON(json) | static | Gera uma credencial de telefone com base em um objeto simples ou em uma string JSON. |
paraJSON() | Retorna uma representação serializável JSON deste objeto. |
PhoneAuthCredential.fromJSON()
Gera uma credencial de telefone com base em um objeto simples ou em uma string JSON.
Assinatura:
static fromJSON(json: object | string): PhoneAuthCredential | null;
Parâmetros
Parâmetro | Tipo | Descrição |
---|---|---|
JSON | objeto | corda |
Retorna:
Credencial PhoneAuth | nulo
PhoneAuthCredential.toJSON()
Retorna uma representação serializável JSON deste objeto.
Assinatura:
toJSON(): object;
Retorna:
objeto
uma representação serializável JSON deste objeto.