Inputs
AuthCredentialOptions
Input options for providing HTTP Basic Authentication credentials. Used in PageOptions for pages that require authentication.
Definition
Fields
username
: String!
The username for authentication.
password
: String!
The password for authentication.
origin
: URL
The origin to which these credentials apply. If not specified, applies to the main navigation request.