Example #1
0
 /// <summary>
 /// Initializes a new instance of <see cref="OAuthOptions"/>.
 /// </summary>
 public OAuthOptions()
 {
     Events = new OAuthEvents();
 }
Example #2
0
 public OAuthOptions()
 {
     Events = new OAuthEvents();
 }