Base URL of the Idp: Domino REST API, Active Directory, Keycloak, Octa, etc.
Holds all the credentials needed to access the Domino REST API server.
Optional
expiryExpiry time of JWT token in seconds.
Optional
tokenThe JWT token for access.
Optional
callback: () => Promise<AccessTokenReturn>a promise the resolves the JWT token for access.
the alternate scope the clone DominoAccess will have.
a clone of current DominoAccess that has the alternate scope.
the expiry time of token in seconds or null if there is no expiry time yet.
the scope of given credentials or null of no scope is given.
the new credentials to have.
the incoming new credentials.
Helper class to obtain a valid Access and eventually Refresh Token from A Domino REST API based backend. requires https
Author
stephan.wissel@hcl.software
Author
emmanuelryan.gamla@hcl.software
Author
alecvincent.bardiano@hcl.software