MyAccount Management
/- PushNotificationChallengeResponseJwt
API versioning
Create an App Authenticator Enrollment
Verify a Push Notification Challenge Response from the App Authenticator
Update an App Authenticator Enrollment
Delete an App Authenticator Enrollment
List all pending Push Notification Challenges
PushNotificationChallengeRequestJwt
PushNotificationChallengeRequestJwtHeader
PushNotificationChallengeResponseJwtHeader
PushNotificationChallenge...
JSON Web Token payload used for the push notification challenge response JWT
JSON dictionary with the signals keys (and their values) requested in the challenge request
Type of key used to sign the JWT
Enum:"proofOfPossession""userVerification"
Example:"proofOfPossession"
{ "aud": "string", "challengeResponseContext": { "userConsent": "APPROVED_CONSENT_PROMPT", "transactionType": "LOGIN" }, "deviceSignals": { "id": "string", "isHardwareProtectionEnabled": true, "model": "iPhone", "manufacturer": "Apple", "displayName": "string", "platform": "IOS", "osVersion": "11.4", "clientInstanceId": "string", "clientInstanceBundleId": "string", "clientInstanceVersion": "string", "secureHardwarePresent": true, "screenLockType": "BIOMETRIC", "diskEncryptionType": "FULL" }, "exp": "string", "iat": "string", "iss": "string", "jti": "string", "keyType": "proofOfPossession", "methodEnrollmentId": "opf6aeq9U2hoM8aqO0w5", "nbf": "string", "nonce": "string", "sub": "string", "tx": "string" }