Authentication Object
An object returned when PingOne.authenticate() flow completes successfully.
Implements Parcelable so the developer will be able to pass it via intents.
Functions
Link copied to clipboard
public void approve(Context context, String userId, PingOne.PingOneAuthenticationStatusCallback callback)
Approves authentication.
Link copied to clipboard
public void deny(Context context, String userId, PingOne.PingOneAuthenticationStatusCallback callback)
Denies authentication.
Link copied to clipboard
Gets client context - a custom String designed for passing any data as a String from server to end-user
Link copied to clipboard
Gets the
needsApproval
object property.