DefaultOAuth2AuthorizationConsentService
@Service
OAuth2 授权同意服务实现
负责 OAuth2AuthorizationConsent 的持久化、查询与删除
Author
lishangbu
Since
2025/8/17
Constructors
Link copied to clipboard
constructor(oauth2AuthorizationConsentMapper: OauthAuthorizationConsentRepository, registeredClientRepository: RegisteredClientRepository)