Class OAuth2
The OAuth2 information for the ISP's mail server
Inheritance
object
OAuth2
Namespace: Nettify.MailAddress.IspInfo
Assembly: Nettify.dll
Syntax
public class OAuth2
Properties
| Edit this page View SourceAuthURL
The authentication URL
Declaration
public string AuthURL { get; set; }
Property Value
Type | Description |
---|---|
string |
Issuer
The authentication issuer
Declaration
public string Issuer { get; set; }
Property Value
Type | Description |
---|---|
string |
Scope
The authentication scope
Declaration
public string Scope { get; set; }
Property Value
Type | Description |
---|---|
string |
TokenURL
The OAuth2 token URL
Declaration
public string TokenURL { get; set; }
Property Value
Type | Description |
---|---|
string |