Interface ClaimsSupport

    • Method Detail

      • supportedClaims

        Set<StringsupportedClaims()
        Returns the names of the supported OpenID Connect claims. The claim names may include a wildcard character '*' to indicate support for a pattern of claims, e.g. "id4me.*" for claims with a common prefix.

        Example:

         name
         email
         email_verified
         
        Returns:
        The supported claim names. Should not include the reserved sub (subject) claim name.