PHP RestApi
REST is an acronym for REpresentational State Transfer and an architectural style for distributed hypermedia systems.
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Samy\OAuth2\ServerRequest Class Reference
Inheritance diagram for Samy\OAuth2\ServerRequest:
Samy\OAuth2\RequestInterface

Public Member Functions

 __construct ()
 
- Public Member Functions inherited from Samy\OAuth2\RequestInterface
 getGrantType ()
 
 withGrantType (string $GrantType)
 
 getClientId ()
 
 withClientId (string $ClientId)
 
 getClientSecret ()
 
 withClientSecret (string $ClientSecret)
 
 getUsername ()
 
 withUsername (string $Username)
 
 getPassword ()
 
 withPassword (string $Password)
 
 getScope ()
 
 withScope (string $Scope)
 

Detailed Description

Simple OAuth2 ServerRequest implementation.

Constructor & Destructor Documentation

◆ __construct()

Samy\OAuth2\ServerRequest::__construct ( )

OAuth2 ServerRequest construction.

Returns
void

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