Config interface

Interface representing the Auth config.

Signature:

exportinterfaceConfig

Properties

PropertyTypeDescription
apiHoststringThe host at which the Firebase Auth backend is running.
apiKeystringThe API Key used to communicate with the Firebase Auth backend.
apiSchemestringThe scheme used to communicate with the Firebase Auth backend.
authDomainstringThe domain at which the web widgets are hosted (provided via Firebase Config).
sdkClientVersionstringThe SDK Client Version.
tokenApiHoststringThe host at which the Secure Token API is running.

Config.apiHost

The host at which the Firebase Auth backend is running.

Signature:

apiHost:string;

Config.apiKey

The API Key used to communicate with the Firebase Auth backend.

Signature:

apiKey:string;

Config.apiScheme

The scheme used to communicate with the Firebase Auth backend.

Signature:

apiScheme:string;

Config.authDomain

The domain at which the web widgets are hosted (provided via Firebase Config).

Signature:

authDomain?:string;

Config.sdkClientVersion

The SDK Client Version.

Signature:

sdkClientVersion:string;

Config.tokenApiHost

The host at which the Secure Token API is running.

Signature:

tokenApiHost:string;