You are here

public static property Oauth2Client::$URL_MAP in Auth0 Single Sign On 8.2

Auth0 URL Map.

Type: array

File

vendor/auth0/auth0-php/src/API/Oauth2Client.php, line 38

Class

Oauth2Client
This class provides access to Auth0 Platform.

Namespace

Auth0\SDK\API

Code

public static $URL_MAP = [
  'api' => 'https://{domain}/api/',
  'authorize' => 'https://{domain}/authorize/',
  'token' => 'https://{domain}/oauth/token/',
  'user_info' => 'https://{domain}/userinfo/',
];