Beispiel #1
0
 public static IRequestProxy UnAuthenticated()
 {
     return(new RequestProxy(new ConsoleLogger(), AuthenticationProvider.None()));
 }
Beispiel #2
0
 public static IRequestProxy OAuth()
 {
     return(new RequestProxy(new ConsoleLogger(), AuthenticationProvider.OAuth()));
 }