approve
public void approve(Context context, String authenticationMethod, @Nullable() Integer numberMatchingPickedValue, PingOne.PingOneSDKCallback callback)
Approve authentication
Parameters
context
application context
authentication Method
a String representing the authentication method that was used to authenticate the user on the authenticating device, for example, fpt (fingerprint), face (facial recognition) etc. Refer to the "amr" (Authentication Method Reference).
number Matching Picked Value
an Integer representing the number matching value picked by the user. This can be null if no number matching was used.
callback
a callback notifies a completion
Deprecated
Since version 1.1.0
Approve authentication
Parameters
context
application context
callback
a callback notifies a completion Deprecated: please use approve(Context, String, Integer, PingOneSDKCallback) instead