final public function Oauth2Client::getClientSecret in Auth0 Single Sign On 8.2
Gets $client_secret.
Return value
string
File
- vendor/
auth0/ auth0-php/ src/ API/ Oauth2Client.php, line 637
Class
- Oauth2Client
- This class provides access to Auth0 Platform.
Namespace
Auth0\SDK\APICode
public final function getClientSecret() {
return $this->client_secret;
}