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
| Name | Description |
|---|
| Source | The source of a challenge. |
| Username | The user name to be used to satisfy the challenge. |
| Password | The password to be used to satisfy the challenge. |