> ## Documentation Index
> Fetch the complete documentation index at: https://docs.extractbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# AuthCredentialOptions

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

## Definition

```graphql theme={null}
input AuthCredentialOptions {
  username: String!
  password: String!
  origin: URL
}
```

## Fields

### `username`

[String!](/reference/graphql/scalars/string)

The username for authentication.

### `password`

[String!](/reference/graphql/scalars/string)

The password for authentication.

### `origin`

[URL](/reference/graphql/scalars/url)

The origin to which these credentials apply. If not specified, applies to the main navigation request.
