signoutCurrentUser

open fun signoutCurrentUser(frontActivity: Activity)

Logs the current user out.

Parameters

frontActivity

Front activity.


open fun signoutCurrentUser(frontActivity: Activity, showLoginPage: Boolean)

Logs the current user out.

Parameters

frontActivity

Front activity.

showLoginPage

True - if the login page should be shown, False - otherwise.


open fun signoutCurrentUser(frontActivity: Activity, showLoginPage: Boolean, reason: OAuth2.LogoutReason)

Logs the current user out.

Parameters

frontActivity

Front activity.

showLoginPage

True - if the login page should be shown, False - otherwise.

reason

The reason for the logout.