Class GoogleOAuthService
java.lang.Object
com.bytedesk.core.rbac.auth.google.GoogleOAuthService
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final com.fasterxml.jackson.databind.ObjectMapperprivate final GoogleProperties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexchangeCodeForAccessToken(String code, String redirectUri) fetchUserInfo(String accessToken) private org.springframework.web.client.RestTemplate
-
Field Details
-
properties
-
objectMapper
private final com.fasterxml.jackson.databind.ObjectMapper objectMapper
-
-
Constructor Details
-
GoogleOAuthService
public GoogleOAuthService()
-
-
Method Details
-
restTemplate
private org.springframework.web.client.RestTemplate restTemplate() -
exchangeCodeForAccessToken
-
fetchUserInfo
-