Click or drag to resize

GetTokenIn Structure

A structure used to get a GetTokenModel
Inheritance Hierarchy
SystemObject
  SystemValueType
    AppOne.Services.V2.ContractsGetTokenIn

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public struct GetTokenIn : IServiceIn

The GetTokenIn type exposes the following members.

Properties
 NameDescription
Public propertyAction The action to perform when getting the token.
* Required Property
Public propertyCode exampleAuthToken Sets the Authentication Token which is required for any communication to the time-web API
* Required Property
Top
Remarks
A structure used to get a GetTokenModel.

Example
For example code see GetToken(GetTokenIn)
See Also