Helper class to obtain a valid Access and eventually Refresh Token from A Domino REST API based backend. requires https

Implements

Constructors

Properties

baseUrl: string

Base URL of the Idp: Domino REST API, Active Directory, Keycloak, Octa, etc.

credentials: RestCredentials

Holds all the credentials needed to access the Domino REST API server.

expiryTime?: number

Expiry time of JWT token in seconds.

token?: string

The JWT token for access.

Methods