Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 596 Bytes

auth.authcredential._linktoidtoken.md

File metadata and controls

23 lines (14 loc) · 596 Bytes

Home > @firebase/auth > AuthCredential > _linkToIdToken

AuthCredential._linkToIdToken() method

Signature:

_linkToIdToken(_auth: Auth, _idToken: string): Promise<IdTokenResponse>;

Parameters

Parameter Type Description
_auth Auth
_idToken string

Returns:

Promise<IdTokenResponse>