You are here

protected property Auth0::$clientSecretEncoded in Auth0 Single Sign On 8.2

True if the client secret is base64 encoded, false if not. This information can be found in your Auth0 Application settings below the Client Secret field.

Type: boolean

File

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

Class

Auth0
Class Auth0 Provides access to Auth0 authentication functionality.

Namespace

Auth0\SDK

Code

protected $clientSecretEncoded;