get Authentication Session Details From Notification Payload
fun getAuthenticationSessionDetailsFromNotificationPayload(payload: Map<String, String>, resultHandler: ResultHandler<AuthenticationSessionDetails, AuthenticationSessionException>)
Gets authentication session details for a project in the MIRACL Trust platform based on the authentication session identifier.
Use this method to get session details for an application that tries to authenticate against the MIRACL Trust platform using a notification.
Parameters
payload
The key-value data provided by the notification.
result Handler
A callback to handle the result of retrieving session details.
If successful, the result is a MIRACLSuccess with the AuthenticationSessionDetails.
If an error occurs, the result is a MIRACLError with an exception describing issues with the operation.