Implements

Index

Properties

providerId

providerId: string

Static GOOGLE_SIGN_IN_METHOD

GOOGLE_SIGN_IN_METHOD: string

Static PROVIDER_ID

PROVIDER_ID: string

Methods

addScope

setCustomParameters

  • setCustomParameters ( customOAuthParameters Object ) : AuthProvider
  • Parameters

    • customOAuthParameters: Object

    Returns AuthProvider

    The provider instance itself.

Static credential

  • credential ( idToken ? :  string | null ,  accessToken ? :  string | null ) : OAuthCredential
  • Parameters

    • Optional idToken: string | null
    • Optional accessToken: string | null

    Returns OAuthCredential

    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.