Skip to main content

Interface: LoginOptions

Login options for a client.

Properties

email

email: string

Developer site email address.

Defined in

types/lib.ts:191


password

password: string

Developer site password.

Defined in

types/lib.ts:194


keyName

Optional keyName: string

Name of API key(s).

Defined in

types/lib.ts:197


keyCount

Optional keyCount: number

Number of allowed API keys.

Defined in

types/lib.ts:200


keyDescription

Optional keyDescription: string

Description of API key(s).

Defined in

types/lib.ts:203