コード例 #1
0
 public IdentityStorage(IdentityOptions identityOptions)
 {
     _identityOptions = identityOptions;
 }
コード例 #2
0
 public TokenStorage(IdentityOptions identityOptions)
 {
     _identityOptions = identityOptions;
 }
コード例 #3
0
 public IdentityAttributeStorage(IdentityOptions identityOptions)
 {
     _identityOptions = identityOptions;
 }