Skip to main content

Class ClearAuthTokenRequest

This method is used to clear an existing auth token


Properties

NAMETYPEDESCRIPTION
RequestIdstringUnique identifier used to identify the request. Used when associating the request to the response.
RequestDatedateTimeDateTime request was made. Request timeout is 1 minute.
CredentialsTokenCredentialsREQUIRED. The credentials given from your last response.
CompanystringREQUIRED. The users company name.
DeviceIdstringREQUIRED. The users device id.
UserNamestringREQUIRED. The users login name.

Examples

{
"__type": "ClearAuthTokenRequest:#JackHenry.Eps.Mobile.RDC",
"UserName": "String Content",
"Company": "String Content",
"DeviceId": "String Content"
}

Methods

Validate(IValidatorContext)

Declaration

public override void Validate(IValidatorContext context)

Parameters

TYPENAMEDESCRIPTION
JHA.EPS.SharedService.Common.Validator.IValidatorContextcontext

Overrides

AuthenticatedRequest.Validate(IValidatorContext)

Exceptions

TYPEDESCRIPTION
JHA.EPS.SharedService.Common.Validator.ValidationResultUserName cannot be null
JHA.EPS.SharedService.Common.Validator.ValidationResultCompany cannot be null
JHA.EPS.SharedService.Common.Validator.ValidationResultDeviceId cannot be null