Search Results for

    Show / Hide Table of Contents

    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 Source

    AuthURL

    The authentication URL

    Declaration
    public string AuthURL { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Issuer

    The authentication issuer

    Declaration
    public string Issuer { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Scope

    The authentication scope

    Declaration
    public string Scope { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    TokenURL

    The OAuth2 token URL

    Declaration
    public string TokenURL { get; set; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX