Ping One Pairing Object Callback
Callback interface that will notify developers about processIdToken task completion PairingObject will be returned if process completed successfully. PingOneSDKError object will be null if process completed successfully.
onComplete(null, null)
will be triggered on OIDC login with already paired device.
Functions
Link copied to clipboard
public abstract void onComplete(@Nullable() PairingObject pairingObject, @Nullable() PingOneSDKError error)