AnonymousSessionManager

public class AnonymousSessionManager implements SessionManager

The AnonymousSessionManager is a SessionManager implementation that uses anonymous Gini users.

Constructors

AnonymousSessionManager
Link copied to clipboard
void AnonymousSessionManager(String emailDomain, UserCenterManager userCenterManager, CredentialsStore credentialsStore)

Functions

getSession
Link copied to clipboard
Task<SessiongetSession()
loginUser
Link copied to clipboard
Task<SessionloginUser()
Log in the user whose credentials are currently stored in the credentials store.