Skip to content

Commit

Permalink
Removed: unused OIDCUserInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
GPortas committed Nov 20, 2024
1 parent 4ca6070 commit 07794f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 34 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -996,7 +996,7 @@ public AuthenticatedUser lookupUserByOIDCBearerToken(String bearerToken) throws
* Verifies the given OIDC bearer token and retrieves the corresponding OAuth2UserRecord.
*
* @param bearerToken The OIDC bearer token.
* @return An {@link OIDCUserInfo} containing the user's identifier and user info.
* @return An {@link OAuth2UserRecord} containing the user's info.
* @throws AuthorizationException If the token is invalid or if no OIDC providers are available.
*/
public OAuth2UserRecord verifyOIDCBearerTokenAndGetOAuth2UserRecord(String bearerToken) throws AuthorizationException {
Expand Down

This file was deleted.

0 comments on commit 07794f3

Please sign in to comment.