public function OpenIDConnectClientInterface::getEndpoints in OpenID Connect / OAuth client 7
Returns an array of endpoints.
Return value
array An array with the following keys:
- authorization: The full url to the authorization endpoint.
- token: The full url to the token endpoint.
- userinfo: The full url to the userinfo endpoint.
1 method overrides OpenIDConnectClientInterface::getEndpoints()
- OpenIDConnectClientBase::getEndpoints in includes/
OpenIDConnectClientBase.class.php - Returns an array of endpoints.
File
- includes/
OpenIDConnectClientInterface.class.php, line 77 - Interface to implement OpenID Connect clients.
Class
- OpenIDConnectClientInterface
- Interface of the OpenID Connect client.
Code
public function getEndpoints();