コード例 #1
0
 public JwtEndpointIMP(IJwtGenerateCreateSignKeyService jwtGenerateCreateSignKeyService, IJwtGenerateValidateSignKeyService jwtGenerateValidateSignKeyService, IJwtValidateParameterBuildService jwtValidateParameterBuildService, IJwtEnpointStore jwtEnpointStore)
 {
     _jwtGenerateCreateSignKeyService   = jwtGenerateCreateSignKeyService;
     _jwtGenerateValidateSignKeyService = jwtGenerateValidateSignKeyService;
     _jwtValidateParameterBuildService  = jwtValidateParameterBuildService;
     _jwtEnpointStore = jwtEnpointStore;
 }
コード例 #2
0
ファイル: JwtEnpointRepository.cs プロジェクト: rhw1111/DCEM
 public JwtEnpointRepository(IJwtEnpointStore jwtEnpointStore)
 {
     _jwtEnpointStore = jwtEnpointStore;
 }