You are here

protected property UserClaimsNormalizer::$supportedInterfaceOrClass in Simple OAuth (OAuth2) & OpenID Connect 5.x

The interface or class that this Normalizer supports.

Type: string|array

Overrides NormalizerBase::$supportedInterfaceOrClass

File

src/Normalizer/UserClaimsNormalizer.php, line 18

Class

UserClaimsNormalizer
Normalizes a user entity to extract the claims.

Namespace

Drupal\simple_oauth\Normalizer

Code

protected $supportedInterfaceOrClass = UserEntityWithClaims::class;