Verify an authentication token.
Authentication Token was verified.
Unauthorized access, invalid credentials were used.
Access forbidden.
Resource was not found.
$isVerified = $client->authenticationTokens()->verify('token');
{- "username": "string",
- "customerId": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "token": "string",
- "otpRequired": true,
- "credentialId": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "expiredTime": "2019-08-24T14:15:22Z",
- "_links": [
- {
- "rel": "self",
- "href": "string"
}
]
}