Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Authentication ¶
type Authentication struct { Success bool `json:"success"` Result shared.Result `json:"Result"` Message *string `json:"Message"` MessageID *string `json:"MessageID"` Exception *string `json:"Exception"` ErrorID *string `json:"ErrorID"` ErrorCode *string `json:"ErrorCode"` IsSoftError bool `json:"IsSoftError"` InnerExceptions *string `json:"InnerExceptions"` }
Authentication is the response from the start authentication request
Click to show internal directories.
Click to hide internal directories.