Oihana PHP Enums

AuthenticationHeaderTrait

Authentication & authorization HTTP header names (RFC 9110 §11).

Mixed into HttpHeader.

Tags
author

Marc Alcaraz (ekameleon)

since
1.1.0

Table of Contents

Constants

AUTHORIZATION  : string = 'Authorization'
`Authorization` — Credentials authenticating the user agent (RFC 9110 §11.6.2).
PROXY_AUTHENTICATE  : string = 'Proxy-Authenticate'
`Proxy-Authenticate` — Authentication challenge from a proxy (RFC 9110 §11.7.1).
PROXY_AUTHORIZATION  : string = 'Proxy-Authorization'
`Proxy-Authorization` — Credentials for a proxy (RFC 9110 §11.7.2).
WWW_AUTHENTICATE  : string = 'WWW-Authenticate'
`WWW-Authenticate` — Authentication challenge from the server (RFC 9110 §11.6.1).

Constants

AUTHORIZATION

`Authorization` — Credentials authenticating the user agent (RFC 9110 §11.6.2).

public string AUTHORIZATION = 'Authorization'

PROXY_AUTHENTICATE

`Proxy-Authenticate` — Authentication challenge from a proxy (RFC 9110 §11.7.1).

public string PROXY_AUTHENTICATE = 'Proxy-Authenticate'

PROXY_AUTHORIZATION

`Proxy-Authorization` — Credentials for a proxy (RFC 9110 §11.7.2).

public string PROXY_AUTHORIZATION = 'Proxy-Authorization'

WWW_AUTHENTICATE

`WWW-Authenticate` — Authentication challenge from the server (RFC 9110 §11.6.1).

public string WWW_AUTHENTICATE = 'WWW-Authenticate'
On this page

Search results