Gatsby DOM for Databases 3.0 Reference

Challenge Object


A request for credentials.

Remarks

A challenge is created whenever access to a database fails due to invalid authentication. You can recover from this failure by handling the authentication exception and setting the credentials of the current challenge, then retry the operation.

Properties

NameDescription
SourceThe source of a challenge.
UsernameThe user name to be used to satisfy the challenge.
PasswordThe password to be used to satisfy the challenge.