Overview

Namespaces

  • Crowdsdom
    • Client
      • Exceptions
    • Labor
      • Models
        • Base
  • PHP

Classes

  • Auth
  • Crowdsdom
  • Labor
  • Overview
  • Namespace
  • Class
  • Tree

Class Auth

Class Auth

Namespace: Crowdsdom
Package: Crowdsdom\Client
Located at Auth.php
Methods summary
public
# __construct( string $host, string $clientId, string $clientSecret )

Auth constructor.

Auth constructor.

Parameters

$host
string
$host
$clientId
string
$clientId
$clientSecret
string
$clientSecret
public
# getAccessToken( )
public
# authMiddleware( )
Constants summary
string ENDPOINT '/oauth/token'
#
string GRANT_TYPE 'client_credentials'
#
Properties summary
protected string $host
#
protected array $accessToken
#

TODO: adapt an oauth2 library

TODO: adapt an oauth2 library

protected string $clientId
#
protected string $clientSecret
#
API documentation generated by ApiGen 2.8.0