DefaultOAuth2AuthorizationService
@Service
OAuth2 授权服务实现
负责 OAuth2Authorization 的持久化、查询与删除
Author
lishangbu
Since
2025/11/30
Constructors
Link copied to clipboard
constructor(oauth2AuthorizationRepository: Oauth2AuthorizationRepository, registeredClientRepository: RegisteredClientRepository)