Control access to content.

Hierarchy

  • Access

Indexable

[k: string]: unknown

Properties

deny_access?: boolean

Determines whether requests are rejected with a 403 Forbidden response.

token_auth?: boolean

Determines whether Token-Based Authentication will be applied to a request.

token_auth_denial_code?: HttpResponseNoBody
token_auth_ignore_url_case?: boolean

Determines whether URL comparisons made by the following Token-Based Authentication parameters are case-sensitive: ec_url_allow, ec_ref_allow, ec_ref_deny.

token_auth_keys?: {
    backup?: string;
    backup_min_version?: "v2" | "v3";
    primary?: string;
    primary_min_version?: "v2" | "v3";
}

Type declaration

  • Optional backup?: string
  • Optional backup_min_version?: "v2" | "v3"
  • Optional primary?: string
  • Optional primary_min_version?: "v2" | "v3"
token_auth_parameter?: string

Generated using TypeDoc