Optional
appId?: stringRequired for oauth credentials. The application ID.
Optional
appSecret?: stringRequired for oauth credentials. The application secret.
Optional
password?: stringRequired for basic credentials. The password of user.
Optional
refreshToken?: stringRequired for oauth credentials. The refresh token.
Optional
scope?: stringThe scope/s you want access to separated by spaces.
Optional
token?: stringRequired for token credentials. Access token for Domino REST API.
Optional
type?: CredentialTypeThe type of credentials given. Can be 'basic' or 'oauth'. Defaults to 'basic' if not given.
Optional
username?: stringRequired for basic credentials. The username of user.
Credentials needed to access Domino REST API server. Required properties changes depending on type. If type is basic then username and password is needed, otherwise, if type is oauth, then application ID, application secret and refresh token is required.