File

modules/firebase-connector/src/authMethods/auth-method.ts

Description

Auth method interface

Properties

login
login: Function
Type : Function

Auth method login function

name
name: string
Type : string

Auth method name

export interface AuthMethod {
  /**
   * Auth method name
   */
  name: string;

  /**
   * Auth method login function
   */
  login: Function;
}

results matching ""

    No results matching ""