Uses of Class
com.blackberry.workspaces.sdk.api.Enums.LoginResult
-
Packages that use Enums.LoginResult Package Description com.blackberry.workspaces.sdk.api -
-
Uses of Enums.LoginResult in com.blackberry.workspaces.sdk.api
Methods in com.blackberry.workspaces.sdk.api that return Enums.LoginResult Modifier and Type Method Description Enums.LoginResult
SignInManager. lastLoginResult()
lastLoginResult returns the last login result from password authentication attemptEnums.LoginResult
APISession. loadExistingSession(String sessionId)
loadExistingSessionEnums.LoginResult
APISession. loadExistingSession(String sessionId, boolean useServerCertificateValidationCallback, boolean loadUserData)
loadExistingSessionEnums.LoginResult
APISession. startSessionWithOAuth(android.app.Activity activity, String email, String refreshToken, boolean showUiIfRefreshFails)
startSessionWithOAuthEnums.LoginResult
APISession. startSessionWithServiceAccount(String userEmail, String issuer, int expiresInMinutes, PrivateKey privateKey, String encryptionAlgorithm)
startSessionWithServiceAccountstatic 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.
-