abort Authentication Session
fun abortAuthenticationSession(authenticationSessionDetails: AuthenticationSessionDetails, resultHandler: ResultHandler<Unit, AuthenticationSessionException>)
Cancel the authentication session.
Parameters
authentication Session Details
details for authentication session.
result Handler
a callback to handle the result of session abort.
If successful, the result is MIRACLSuccess.
If an error occurs, the result is MIRACLError with a message. On exception, the exception object is also passed.