You are here

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

Auth0 URL Map (not currently used in the SDK)

Type: array

File

vendor/auth0/auth0-php/src/Auth0.php, line 48

Class

Auth0
Class Auth0 Provides access to Auth0 authentication functionality.

Namespace

Auth0\SDK

Code

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