abort Authentication Session
fun abortAuthenticationSession(authenticationSessionDetails: AuthenticationSessionDetails, resultHandler: ResultHandler<Unit, AuthenticationSessionException>)
Cancels the authentication session.
Parameters
authentication Session Details
The details for the authentication session.
result Handler
A callback to handle the result of the session abort.
If successful, the result is a MIRACLSuccess.
If an error occurs, the result is a MIRACLError with an exception describing issues with the operation.