VALID_CLAIMS
VALID_CLAIMS = 'profile email address phone'
Implement this interface to specify where the OAuth2 Server should retrieve user claims for the OpenID Connect id_token.
getUserClaims(mixed $user_id, string $scope) : array
Return claims about the provided user id.
Groups of claims are returned based on the requested scopes. No group is required, and no claim is required.
| mixed | $user_id |
|
| string | $scope |
|