get Authentication Session Details From App Link
fun getAuthenticationSessionDetailsFromAppLink(appLink: Uri, resultHandler: ResultHandler<AuthenticationSessionDetails, AuthenticationSessionException>)
Get authentication
session details for project in MIRACL platform based on authentication session identifier.
Use this method to get session details for application that tries to authenticate against MIRACL Platform with the usage of AppLink.
Parameters
app Link
a URI provided by the Intent.
result Handler
a callback to handle the result of getting session details.
If successful, the result is MIRACLSuccess with the AuthenticationSessionDetails.
If an error occurs, the result is MIRACLError with a message. On exception, the exception object is also passed.