Class OAuthToken
An OAuth token needed to connect to newer Exchange servers
Inheritance
System.Object
OAuthToken
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Framework.Mailing
Assembly: Simplic.Framework.dll
Syntax
public class OAuthToken
Properties
| Improve this Doc View SourceCache
Gets or sets the OAuth token cache
Declaration
public byte[] Cache { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] |
Id
Gets or sets the ID of this token
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
TenantId
Gets or sets the Tenant ID the token is linked to
Declaration
public Guid TenantId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
UserId
Gets or sets the User ID the token is linked to
Declaration
public int UserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Username
Gets or sets the Username
Declaration
public string Username { get; set; }
Property Value
Type | Description |
---|---|
System.String |