Package | Description |
---|---|
com.salesforce.androidsdk.accounts | |
com.salesforce.androidsdk.auth |
Modifier and Type | Method and Description |
---|---|
void |
UserAccountManager.signoutCurrentUser(Activity frontActivity,
boolean showLoginPage,
OAuth2.LogoutReason reason)
Logs the current user out.
|
void |
UserAccountManager.signoutUser(UserAccount userAccount,
Activity frontActivity,
boolean showLoginPage,
OAuth2.LogoutReason reason)
Logs the specified user out.
|
Modifier and Type | Method and Description |
---|---|
static OAuth2.LogoutReason |
OAuth2.LogoutReason.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OAuth2.LogoutReason[] |
OAuth2.LogoutReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
OAuth2.revokeRefreshToken(HttpAccess httpAccessor,
java.net.URI loginServer,
java.lang.String refreshToken,
OAuth2.LogoutReason reason)
Revokes the existing refresh token.
|