sessionInfoByToken

public final Unit sessionInfoByToken(String userId, String sessionToken, FuturaeResultCallback<SessionInfo> callback)

Get SessionInfo for given userId and sessionToken. This is a protected operation, so the SDK must be unlocked before calling this method.

Return

SessionInfo

Parameters

userId

Futurae account's user id which the authentication was created for.

sessionToken

session token returned by the Futurae Auth API.

callback

to get notified about success or failure of this operation.

See also