approve

public void approve(Context context, String authenticationMethod, @Nullable() Integer numberMatchingPickedValue, PingOne.PingOneSDKCallback callback)

Approve authentication

Parameters

context

application context

authenticationMethod

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).

numberMatchingPickedValue

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 = "1.1.0")
public void approve(Context context, PingOne.PingOneSDKCallback callback)

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