public JwtEndpointIMP(IJwtGenerateCreateSignKeyService jwtGenerateCreateSignKeyService, IJwtGenerateValidateSignKeyService jwtGenerateValidateSignKeyService, IJwtValidateParameterBuildService jwtValidateParameterBuildService, IJwtEnpointStore jwtEnpointStore) { _jwtGenerateCreateSignKeyService = jwtGenerateCreateSignKeyService; _jwtGenerateValidateSignKeyService = jwtGenerateValidateSignKeyService; _jwtValidateParameterBuildService = jwtValidateParameterBuildService; _jwtEnpointStore = jwtEnpointStore; }
public JwtEnpointRepository(IJwtEnpointStore jwtEnpointStore) { _jwtEnpointStore = jwtEnpointStore; }