Input options for providing HTTP Basic Authentication credentials. Used in PageOptions for pages that require authentication.

Definition

input AuthCredentialOptions {
  username: String!
  password: String!
  origin: URL
}

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.