PHP RestApi
REST is an acronym for REpresentational State Transfer and an architectural style for distributed hypermedia systems.
Loading...
Searching...
No Matches
Public Attributes | List of all members
Samy\RestApi\AuthType Class Reference

Public Attributes

const BASIC = "Basic"
 
const BEARER = "Bearer"
 
const DIGIST = "Digest"
 
const HOBA = "HOBA"
 

Detailed Description

Describes HTTP Authentication type.

See also
https://developer.mozilla.org/en-US/docs/Web/HTTP/Authentication#authentication_schemes

Member Data Documentation

◆ BASIC

const Samy\RestApi\AuthType::BASIC = "Basic"

◆ BEARER

const Samy\RestApi\AuthType::BEARER = "Bearer"

◆ DIGIST

const Samy\RestApi\AuthType::DIGIST = "Digest"

◆ HOBA

const Samy\RestApi\AuthType::HOBA = "HOBA"

The documentation for this class was generated from the following file: