GET Api/Verification/VerifyObject?username={username}

Authentication Type action retrieves the types of which validation type you credentials are purpose

Request Information

URI Parameters

NameDescriptionTypeAdditional information
username

string

Required

Body Parameters

None.

Response Information

Resource Description

string[]

CustomResponseObjectOfString
NameDescriptionTypeAdditional information
CustomResponseState

boolean

None.

CustomResponseMessage

string

None.

CustomObject

string

None.

CustomRedirectionUri

string

None.

GlobalRequestToken

string

None.

Response Formats

application/json, text/json

Sample:
{
  "CustomResponseState": true,
  "CustomResponseMessage": "sample string 2",
  "CustomObject": "sample string 3",
  "CustomRedirectionUri": "sample string 4",
  "GlobalRequestToken": "sample string 5"
}

text/html

Sample:
{"CustomResponseState":true,"CustomResponseMessage":"sample string 2","CustomObject":"sample string 3","CustomRedirectionUri":"sample string 4","GlobalRequestToken":"sample string 5"}

application/xml, text/xml

Sample:
<CustomResponseObjectOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/we.net.dto">
  <CustomObject>sample string 3</CustomObject>
  <CustomRedirectionUri>sample string 4</CustomRedirectionUri>
  <CustomResponseMessage>sample string 2</CustomResponseMessage>
  <CustomResponseState>true</CustomResponseState>
  <GlobalRequestToken>sample string 5</GlobalRequestToken>
</CustomResponseObjectOfstring>