Interface OidcUser

    • Method Detail

      • getClaims

        java.util.Map<java.lang.String,​java.lang.Object> getClaims()
        Returns the claims about the user. The claims are aggregated from getIdToken() and getUserInfo() (if available).
        Specified by:
        getClaims in interface ClaimAccessor
        Returns:
        a Map of claims about the user
      • getIdToken

        OidcIdToken getIdToken()
        Returns the ID Token containing claims about the user.
        Returns:
        the OidcIdToken containing claims about the user.