Optional
appRequired for oauth credentials. The application ID.
Optional
appRequired for oauth credentials. The application secret.
Optional
passwordRequired for basic credentials. The password of user.
Optional
refreshRequired for oauth credentials. The refresh token.
Optional
scopeThe scope/s you want access to separated by spaces.
Optional
tokenRequired for token credentials. Access token for Domino REST API.
Optional
typeThe type of credentials given. Can be 'basic' or 'oauth'. Defaults to 'basic' if not given.
Optional
usernameRequired 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.