/// <summary>
 /// Sets the Openid Client.
 /// </summary>
 /// <param name="c">Client.</param>
 public void SetCLient(TepOauthClient c)
 {
     this.Client = c;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="Terradue.OAuth.EoschubAuthenticationType"/> class.
 /// </summary>
 public TepOauthAuthenticationType(IfyContext context) : base(context)
 {
     Client = new TepOauthClient(context);
 }