Skip to content

Latest commit

 

History

History
75 lines (40 loc) · 1.89 KB

Credentials.md

File metadata and controls

75 lines (40 loc) · 1.89 KB

@fairfleet/geotab / Credentials

Interface: Credentials

The authentication credentials for a User used when making calls to MyGeotab.

Table of contents

Properties

Properties

database

database: string

Gets or sets the database name.

Defined in

src/types/Checkmate/ObjectModel/Credentials.ts:8


password

password: string

Gets or sets the users login password. This can be used instead of providing a session Id. It is mutually exclusive with SessionId.

Defined in

src/types/Checkmate/ObjectModel/Credentials.ts:10


refreshToken

refreshToken: string

Gets or sets the refresh token.

Defined in

src/types/Checkmate/ObjectModel/Credentials.ts:12


sessionId

sessionId: string

Gets or sets the session Id is a token which is generated from an authentication call and can be used instead of providing the password each time. It is mutually exclusive with Password.

Defined in

src/types/Checkmate/ObjectModel/Credentials.ts:14


userName

userName: string

Gets or sets the MyGeotab username.

Defined in

src/types/Checkmate/ObjectModel/Credentials.ts:16