Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GoogleAuthProvider

Hierarchy

  • GoogleAuthProvider
    • GoogleAuthProvider

Implements

  • AuthProvider

Index

Properties

providerId

providerId: string

Static PROVIDER_ID

PROVIDER_ID: string

Methods

addScope

  • addScope(scope: string): any
  • Parameters

    • scope: string

    Returns any

setCustomParameters

  • setCustomParameters(customOAuthParameters: Object): any
  • Parameters

    • customOAuthParameters: Object

    Returns any

Static credential

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

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

    Returns AuthCredential

Generated using TypeDoc