netfluid__wallet_google_auth_verify
Verifies an OTP against the customer's Google Authenticator App
Verifies an OTP against the customer's Google Authenticator App. The wallet must be configured to generate OTPs, see /wallet/google_auth_generate. 2FA is not enabled until such time as /wallet/google_ @param api_key: The api key allocated to your application @param token: The wallet_api_token provided by /access/login @param wallet_fk: The wallet_fk provided by /access/login @param otp: The OTP to test against what is displayed on the Google Authenticator
@return: a json object
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| otp | Yes | ||
| token | Yes | ||
| api_key | Yes | ||
| wallet_fk | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||