Ping One SDKPairing Callback
Callback interface that will notify developers about pairing task completion.
PingOneSDKError object will be null if process completed successfully.
A PairingInfo wrapper object that contains ArrayList with authentication methods (One time passcode and Push) status. Will be not null only on first user successful pairing.
Functions
Link copied to clipboard
public abstract void onComplete(@Nullable() PairingInfo pairingInfo, @Nullable() PingOneSDKError error)