public function KeycloakServiceInterface::getEndpoints in Keycloak OpenID Connect 8
Return the available Keycloak endpoints.
Return value
array Associative array with Keycloak endpoints:
- authorization: Authorization endpoint.
- token: Token endpoint.
- userinfo: User info endpoint.
- end_session: End session endpoint.
- session_iframe: Session iframe URL.
1 method overrides KeycloakServiceInterface::getEndpoints()
- KeycloakService::getEndpoints in src/
Service/ KeycloakService.php - Return the available Keycloak endpoints.
File
- src/
Service/ KeycloakServiceInterface.php, line 132
Class
- KeycloakServiceInterface
- Keycloak service interface.
Namespace
Drupal\keycloak\ServiceCode
public function getEndpoints();