Search Results for

    Show / Hide Table of Contents

    Class OAuthToken

    An OAuth token needed to connect to newer Exchange servers

    Inheritance
    System.Object
    OAuthToken
    Namespace: Simplic.Framework.Mailing
    Assembly: Simplic.Framework.dll
    Syntax
    public class OAuthToken : object

    Properties

    | Improve this Doc View Source

    Cache

    Gets or sets the OAuth token cache

    Declaration
    public byte[] Cache { get; set; }
    Property Value
    Type Description
    System.Byte[]
    | Improve this Doc View Source

    Id

    Gets or sets the ID of this token

    Declaration
    public Guid Id { get; set; }
    Property Value
    Type Description
    Guid
    | Improve this Doc View Source

    TenantId

    Gets or sets the Tenant ID the token is linked to

    Declaration
    public Guid TenantId { get; set; }
    Property Value
    Type Description
    Guid
    | Improve this Doc View Source

    UserId

    Gets or sets the User ID the token is linked to

    Declaration
    public int UserId { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Username

    Gets or sets the Username

    Declaration
    public string Username { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx