Back to Node Auth0

Interface ClientAddonFirebase

docs/interfaces/management.Management.ClientAddonFirebase.html

5.9.11.7 KB
Original Source

Interface ClientAddonFirebase

Google Firebase addon configuration.

interface ClientAddonFirebase {
secret?: string;
private_key_id?: string;
private_key?: string;
client_email?: string;
lifetime_in_seconds?: number;
key: string: any;
}

Indexable

Accepts any additional properties

Index

Properties

secret?private_key_id?private_key?client_email?lifetime_in_seconds?

Properties

Optionalsecret

secret?: string

Google Firebase Secret. (SDK 2 only).

Optionalprivate_key_id

private_key_id?: string

Optional ID of the private key to obtain kid header in the issued token (SDK v3+ tokens only).

Optionalprivate_key

private_key?: string

Private Key for signing the token (SDK v3+ tokens only).

Optionalclient_email

client_email?: string

ID of the Service Account you have created (shown as client_email in the generated JSON file, SDK v3+ tokens only).

Optionallifetime_in_seconds

lifetime_in_seconds?: number

Optional expiration in seconds for the generated token. Defaults to 3600 seconds (SDK v3+ tokens only).

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties secretprivate_key_idprivate_keyclient_emaillifetime_in_seconds