Exemplo n.º 1
0
 public JwtEndpointIMP(IJwtGenerateCreateSignKeyService jwtGenerateCreateSignKeyService, IJwtGenerateValidateSignKeyService jwtGenerateValidateSignKeyService, IJwtValidateParameterBuildService jwtValidateParameterBuildService, IJwtEnpointStore jwtEnpointStore)
 {
     _jwtGenerateCreateSignKeyService   = jwtGenerateCreateSignKeyService;
     _jwtGenerateValidateSignKeyService = jwtGenerateValidateSignKeyService;
     _jwtValidateParameterBuildService  = jwtValidateParameterBuildService;
     _jwtEnpointStore = jwtEnpointStore;
 }
Exemplo n.º 2
0
 public JwtEnpointRepository(IJwtEnpointStore jwtEnpointStore)
 {
     _jwtEnpointStore = jwtEnpointStore;
 }