Check Authentication State API

Call this function to check the out-of-band authentication status (QR Code, Mobile Soft Cert, Mobile Audio Pass, Push CR OTP).

Below is the URL to access the API functions:

POST /CentagateWS/webresources/session/statecheck 

Parameters

NoParametersOccurrenceDescriptions
1UsernameRequiredRegistered Username In CENTAGATE Cloud
2AuthMethodRequiredThe Authentication Methods That You Wish To Check. Currently, Only Support "MSOFTCERT", "MAUDIOPASS","QRCODE", "CROTP", and "PUSH"
3AuthTokenRequiredThe previous generated authToken. This is mandatory.
4IntegrationKeyRequiredThe Integration Key
5UnixTimeStampRequiredCurrent Time in UnixTimestamp
6SupportFidoOptionalFIDO Authentication Options, Pass True to Enable and False to Disable. Or Leave it Empty
7IpAddressOptionalIP Address from where the authentication request is made of.
8UserAgentOptionalPlatform Information of Authentication Request is made of.
9BrowserFpOptionalBrowser Fingerprint
10HMACRequiredHmac Generated From Combination (username + authMethod + userAgent + integrationKey + supportFido + browserFp + unixTimeStamp + authToken + ipAddress) Using Secretkey (Can Be Obtained From The App Page) As The Key​

Sample Code

As in below there are some examples of source code of access the API functions: