You are here

public property Auth0::$persistantMap in Auth0 Single Sign On 8.2

Available keys to persist data.

Type: array

File

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

Class

Auth0
Class Auth0 Provides access to Auth0 authentication functionality.

Namespace

Auth0\SDK

Code

public $persistantMap = [
  'refresh_token',
  'access_token',
  'user',
  'id_token',
];