public IdentityStorage(IdentityOptions identityOptions)
 {
     _identityOptions = identityOptions;
 }
Beispiel #2
0
 public TokenStorage(IdentityOptions identityOptions)
 {
     _identityOptions = identityOptions;
 }
 public IdentityAttributeStorage(IdentityOptions identityOptions)
 {
     _identityOptions = identityOptions;
 }