AuthAPI
Docs for AuthAPI methods.
1. getAuthData
Get Auth Data to be used.
Accepts AuthParams
:
appCode : 'BENOW'
: App code for which auth data needs to be fetched.
ex:
Returns AuthData
:
token : string
: Auth Token
mid : string
: Mid of merchant
tid : string
: Tid of merchant
otherData : object
: Other auth data which may be required.
2 . refreshAuthData
Refreshes Auth Data.
Accepts AuthParams
:
appCode : AppCodes ["BENOW"]
: App code for which auth data needs to be refreshed.
Returns AuthData
:
token : string
: Auth Token
otherData : object
: Other auth data which may be required.
Last updated
Was this helpful?