PingOneAuthenticationStatusCallback

Callback interface that will return authentication status as a String. PingOneSDKError object will be null if process completed successfully. String with authentication status will be null if process did not complete successfully.

Functions

Link copied to clipboard
public abstract void onComplete(@Nullable() String status, @Nullable() PingOneSDKError error)