Ping One Authentication Callback
    Callback interface that will return AuthenticationObject. PingOneSDKError object will be null if process completed successfully. AuthenticationObject object will be null if process did not complete successfully.
Functions
Link copied to clipboard
                  public abstract void onComplete(@Nullable() AuthenticationObject authenticationObject, @Nullable() PingOneSDKError error)