예제 #1
0
 public JwtEndpointIMP(IJwtGenerateCreateSignKeyService jwtGenerateCreateSignKeyService, IJwtGenerateValidateSignKeyService jwtGenerateValidateSignKeyService, IJwtValidateParameterBuildService jwtValidateParameterBuildService, IJwtEnpointStore jwtEnpointStore)
 {
     _jwtGenerateCreateSignKeyService   = jwtGenerateCreateSignKeyService;
     _jwtGenerateValidateSignKeyService = jwtGenerateValidateSignKeyService;
     _jwtValidateParameterBuildService  = jwtValidateParameterBuildService;
     _jwtEnpointStore = jwtEnpointStore;
 }
예제 #2
0
 public JwtEnpointRepository(IJwtEnpointStore jwtEnpointStore)
 {
     _jwtEnpointStore = jwtEnpointStore;
 }