Interface JWTOptions (7.3.0)

Inheritance

RefreshOptions > JWTOptions

Package

google-auth-library!

Properties

additionalClaims

additionalClaims?: {};
Property Value
TypeDescription
{}

email

email?: string;
Property Value
TypeDescription
string

key

key?: string;
Property Value
TypeDescription
string

keyFile

keyFile?: string;
Property Value
TypeDescription
string

keyId

keyId?: string;
Property Value
TypeDescription
string

scopes

scopes?: string | string[];
Property Value
TypeDescription
string | string[]

subject

subject?: string;
Property Value
TypeDescription
string