Skip to main content

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.

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.