sessionInfoById

public final Unit sessionInfoById(String userId, String sessionId, FuturaeResultCallback<SessionInfo> callback)

Get SessionInfo for a given userId and sessionId. 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.

sessionId

session identifier returned by the Futurae Auth API.

callback

to get notified about success or failure of this operation.

See also