You are here

class Claims in OpenID Connect / OAuth client 8

Class Claims.

Hierarchy

Expanded class hierarchy of Claims

Deprecated

in openid_connect:8.x-1.0-beta6 and is removed from openid_connect:8.x-2.0. You should implement Drupal\openid_connect\OpenIDConnectClaims instead.

See also

https://www.drupal.org/project/openid_connect/issues/2960886

File

src/Claims.php, line 14

Namespace

Drupal\openid_connect
View source
class Claims extends OpenIDConnectClaims {

}

Members

Namesort descending Modifiers Type Description Overrides
OpenIDConnectClaims::$claims protected static property The OpenID Connect claims.
OpenIDConnectClaims::$configFactory protected property Drupal\Core\Config\ConfigFactory definition.
OpenIDConnectClaims::$defaultScopes protected property The default OpenID Connect scopes.
OpenIDConnectClaims::$moduleHandler protected property Drupal\Core\Extension\ModuleHandler definition.
OpenIDConnectClaims::create public static function Instantiates a new instance of this class. Overrides ContainerInjectionInterface::create
OpenIDConnectClaims::getClaims public function Returns OpenID Connect claims.
OpenIDConnectClaims::getDefaultClaims protected function Return default claims supported by the OpenID Connect module.
OpenIDConnectClaims::getOptions public function Returns OpenID Connect standard Claims as a Form API options array.
OpenIDConnectClaims::getScopes public function Returns scopes that have to be requested based on the configured claims.
OpenIDConnectClaims::__construct public function The constructor.
StringTranslationTrait::$stringTranslation protected property The string translation service. 1
StringTranslationTrait::formatPlural protected function Formats a string containing a count of items.
StringTranslationTrait::getNumberOfPlurals protected function Returns the number of plurals supported by a given language.
StringTranslationTrait::getStringTranslation protected function Gets the string translation service.
StringTranslationTrait::setStringTranslation public function Sets the string translation service to use. 2
StringTranslationTrait::t protected function Translates a string to the current language or to a given language.