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\GrantType Class Reference

Public Attributes

const CLIENT_CREDENTIALS = "client_credentials"
 
const PASSWORD = "password"
 
const AUTHORIZATION_CODE = "authorization_code"
 
const REFRESH_TOKEN = "refresh_token"
 

Detailed Description

Describes oauth2 grant type.

See also
https://datatracker.ietf.org/doc/html/rfc6749#page-73

Member Data Documentation

◆ AUTHORIZATION_CODE

const Samy\RestApi\GrantType::AUTHORIZATION_CODE = "authorization_code"

◆ CLIENT_CREDENTIALS

const Samy\RestApi\GrantType::CLIENT_CREDENTIALS = "client_credentials"

◆ PASSWORD

const Samy\RestApi\GrantType::PASSWORD = "password"

◆ REFRESH_TOKEN

const Samy\RestApi\GrantType::REFRESH_TOKEN = "refresh_token"

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