You are here

public function OpenIDConnectClientInterface::getLabel in OpenID Connect / OAuth client 7

Get the client's human-readable label.

1 method overrides OpenIDConnectClientInterface::getLabel()
OpenIDConnectClientBase::getLabel in includes/OpenIDConnectClientBase.class.php
Get the client's human-readable label.

File

includes/OpenIDConnectClientInterface.class.php, line 18
Interface to implement OpenID Connect clients.

Class

OpenIDConnectClientInterface
Interface of the OpenID Connect client.

Code

public function getLabel();