getSessionDetailsFromAppLink

# getSessionDetailsFromAppLink


fun getSessionDetailsFromAppLink(appLink: Uri, resultHandler: ResultHandler<SessionDetails, MIRACLException>)

Get session details for project in MIRACL platform based on session identifier.

Use this method to get session details for application that tries to authenticate against MIRACL Platform with the usage of AppLink.

# Parameters

appLink a URI provided by the Intent.
resultHandler a callback to handle the result of getting session details.