Implements

Index

Properties

providerId

providerId: string

EMAIL_LINK_SIGN_IN_METHOD: string

Static EMAIL_PASSWORD_SIGN_IN_METHOD

EMAIL_PASSWORD_SIGN_IN_METHOD: string

Static PROVIDER_ID

PROVIDER_ID: string

Methods

Static credential

  • credential ( email string ,  password string ) : AuthCredential
  • Parameters

    • email: string
    • password: string

    Returns AuthCredential

    The auth provider credential.

  • credentialWithLink ( email string ,  emailLink string ) : AuthCredential
  • Parameters

    • email: string
    • emailLink: string

    Returns AuthCredential

    The auth provider credential.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2022-07-27 UTC.