-
Notifications
You must be signed in to change notification settings - Fork 8
Used Push Message Extras
Juraj Ďurech edited this page May 14, 2019
·
6 revisions
PowerAuth Web Flow documentation has been moved to: https://developers.wultra.com/docs/develop/powerauth-webflow/Used-Push-Message-Extras
Please use the new developer portal to access documentation.
During the Mobile Token authentication and authorization, PowerAuth Web Flow may send following push messages to the Mobile Token app:
-
messageType
- message type, one of the following values:-
mtoken.operationInit
- in case new operation was triggerred -
mtoken.operationFinished
- in case operation was finished, successfully or non-successfully
-
-
mtokenOperationResult
- this key arrives only in case of a finished operation (messageType
=mtoken.operationFinished
) and it contains more information about the operation finish result, namely one of the following values:-
authentication.success
- operation was successfully confirmed -
authentication.fail
- operation failed to confirm -
operation.timeout
- operation expired -
operation.canceled
- operation was cancelled by the user -
operation.methodNotAvailable
- (rare) mToken authentication method was removed from the user
-
-
operationId
- operation ID, in UUID format -
operationName
- operation name, for example "login" or "authorize_payment"
Please note that push notifications work on "best effort" principle and therefore, application must not rely on them. It can use the notification for example to deliver more prompt response on events in desktop web browser.
Overview
Applications
- Web Flow Server
- Next Step Server
- Data Adapter
- Mobile Token
- PowerAuth Server
- PowerAuth Admin
- PowerAuth Push Server
REST APIs
- NextStep Server REST API Reference
- Data Adapter REST API Reference
- Web Flow REST API Reference
- Mobile Push Registration API
- Mobile Token REST API Reference
Deployment
Customizing Web Flow
- Customizing Web Flow Appearance
- Implementing Data Adapter Interface
- Web Flow Configuration
- Configuring Next Step Definitions
- Customizing Operation Form Data
- Mobile Token Configuration
Technical Notes
Development
Releases