Enums.LoginResult |
SignInManager.lastLoginResult() |
lastLoginResult returns the last login result from password authentication attempt
|
Enums.LoginResult |
APISession.loadExistingSession(String sessionId) |
loadExistingSession having obtained an authentication token from the other module, it would then passed to the loadExistingSession method.
|
Enums.LoginResult |
APISession.loadExistingSession(String sessionId,
boolean useServerCertificateValidationCallback,
boolean loadUserData) |
loadExistingSession having obtained an authentication token from the other module, it would then passed to the loadExistingSession method.
|
Enums.LoginResult |
APISession.startSessionWithOAuth(String email,
String refreshToken,
boolean showUiIfRefreshFails) |
startSessionWithOAuth is a way to authenticate users using OAuth.
|
Enums.LoginResult |
APISession.startSessionWithServiceAccount(String userEmail,
String issuer,
int expiresInMinutes,
PrivateKey privateKey,
String encryptionAlgorithm) |
startSessionWithServiceAccount is a way to authenticate users using ServiceAccount.
|
static Enums.LoginResult |
Enums.LoginResult.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Enums.LoginResult[] |
Enums.LoginResult.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|