Package com.bytedesk.core.rbac.auth.oidc
Class OidcOAuthService
java.lang.Object
com.bytedesk.core.rbac.auth.oidc.OidcOAuthService
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexchangeCodeForAccessToken(String code, String redirectUri) fetchUserInfo(String accessToken) private org.springframework.web.client.RestTemplate
-
Field Details
-
properties
-
-
Constructor Details
-
OidcOAuthService
public OidcOAuthService()
-
-
Method Details
-
restTemplate
private org.springframework.web.client.RestTemplate restTemplate() -
fetchOidcConfig
-
exchangeCodeForAccessToken
-
fetchUserInfo
-