Package | Description |
---|---|
com.blackberry.workspaces.sdk.api |
Modifier and Type | Method and Description |
---|---|
Enums.LoginResult |
SignInManager.lastLoginResult()
lastLoginResult returns the last login result from password authentication attempt
|
Enums.LoginResult |
APISession.loadExistingSession(String sessionId)
loadExistingSession
|
Enums.LoginResult |
APISession.loadExistingSession(String sessionId,
boolean useServerCertificateValidationCallback,
boolean loadUserData)
loadExistingSession
|
Enums.LoginResult |
APISession.startSessionWithOAuth(android.app.Activity activity,
String email,
String refreshToken,
boolean showUiIfRefreshFails)
startSessionWithOAuth
|
Enums.LoginResult |
APISession.startSessionWithServiceAccount(String userEmail,
String issuer,
int expiresInMinutes,
PrivateKey privateKey,
String encryptionAlgorithm)
startSessionWithServiceAccount
|
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.
|
Copyright © 2019. All rights reserved.