yangys
2024-03-28 13ada1093cb8de6e31a718d2222429ded70133c8
1
2
3
4
5
6
package com.qianwen.core.secure.provider;
 
/* loaded from: blade-core-secure-9.3.0.0-SNAPSHOT.jar:org/springblade/core/secure/provider/IClientDetailsService.class */
public interface IClientDetailsService {
    IClientDetails loadClientByClientId(String clientId);
}