Class DingTalkOAuthService
java.lang.Object
com.bytedesk.core.rbac.auth.dingtalk.DingTalkOAuthService
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final com.fasterxml.jackson.databind.ObjectMapperprivate final DingTalkProperties -
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
-
DingTalkOAuthService
public DingTalkOAuthService()
-
-
Method Details
-
restTemplate
private org.springframework.web.client.RestTemplate restTemplate() -
exchangeCodeForAccessToken
-
fetchUserInfo
-