Notification Object
An object returned if PingOne.processRemoteNotification() completes successfully.
NotificationObject represents an authentication request via remote notification. It can be approved or denied.
Implements Parcelable so the developer will be able to pass it via intents.
Functions
Link copied to clipboard
public void approve(Context context, String authenticationMethod, Integer numberMatchingPickedValue, PingOne.PingOneMobileConfirmationCallback callback)
Approves the current mobile push authentication request.
public void
Approves a mobile push authentication request.
Link copied to clipboard
Denies authentication
Deny the authentication with a reason specified in DenyReason.
Link copied to clipboard
Link copied to clipboard
Returns client-context String object or null if no context was passed by the server
Link copied to clipboard
Returns number matching options int array object or null
Link copied to clipboard
Returns number matching type String object or null SELECT_NUMBER: the user will pick a number from numberMatchingOptions.
Link copied to clipboard
The maximum time duration allowed from getting push till user response
Link copied to clipboard
Checks if the push type is cancel authentication