Exemplo n.º 1
0
 public AuthStateInfo(Auth auth, AuthParams authParams)
 {
     Auth       = auth;
     AuthParams = authParams;
 }
Exemplo n.º 2
0
 public static Auth CreateAuth(ILogging logging)
 {
     return(_instance ?? (_instance = new Auth(logging)));
 }