Class GetXMSApiMToken
Microsoft api token which will be send with office 365/powerapps
Inheritance
System.Object
GetXMSApiMToken
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.WebAPI.Core
Assembly: Simplic.Framework.WebAPI.dll
Syntax
public class GetXMSApiMToken
Properties
| Improve this Doc View SourceCallerIdentity
Gets or sets the connection caller
Declaration
public CallerIdentity CallerIdentity { get; set; }
Property Value
Type | Description |
---|---|
CallerIdentity |
ConnectionCreator
Gets or sets the connection creator
Declaration
public ConnectionCreator ConnectionCreator { get; set; }
Property Value
Type | Description |
---|---|
ConnectionCreator |
ConnectionKey
Gets or sets the connection key
Declaration
public string ConnectionKey { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SKU
Gets or sets the sku
Declaration
public string SKU { get; set; }
Property Value
Type | Description |
---|---|
System.String |