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