BlueGPSAuthManager

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Properties

Functions

Link copied to clipboard

Accessory method that return the current access token.

Link copied to clipboard

Accessory method that perform a guest login.

Link copied to clipboard
fun logout(handleCallback: (Boolean) -> Unit? = null)

Accessory method that perform a logout.

Link copied to clipboard

Accessory method that perform a login with a qrcode.

Link copied to clipboard

Accessory method that refresh the current access token.

Link copied to clipboard
suspend fun silentLogin(username: String, password: String): Resource<KeyCloakAuthResponse>

Accessory method that perform a silent login with a username and password.