@fairfleet/geotab / Credentials
The authentication credentials for a User used when making calls to MyGeotab.
• database: string
Gets or sets the database name.
src/types/Checkmate/ObjectModel/Credentials.ts:8
• 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.
src/types/Checkmate/ObjectModel/Credentials.ts:10
• refreshToken: string
Gets or sets the refresh token.
src/types/Checkmate/ObjectModel/Credentials.ts:12
• 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.
src/types/Checkmate/ObjectModel/Credentials.ts:14
• userName: string
Gets or sets the MyGeotab username.