OptionalappRequired for oauth credentials. The application ID.
OptionalappRequired for oauth credentials. The application secret.
OptionalpasswordRequired for basic credentials. The password of user.
OptionalrefreshRequired for oauth credentials. The refresh token.
OptionalscopeThe scope/s you want access to separated by spaces.
OptionaltokenRequired for token credentials. Access token for Domino REST API.
OptionaltypeThe type of credentials given. Can be 'basic' or 'oauth'. Defaults to 'basic' if not given.
OptionalusernameRequired 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.