Launcher

internal class Launcher(val authorize: ActivityResultLauncher<FRUser.Browser>, val state: MutableStateFlow<Intent?>, val pending: Boolean = false)

Constructors

Link copied to clipboard
constructor(authorize: ActivityResultLauncher<FRUser.Browser>, state: MutableStateFlow<Intent?>, pending: Boolean = false)

Properties

Link copied to clipboard
Link copied to clipboard
private val pending: Boolean = false
Link copied to clipboard
val state: MutableStateFlow<Intent?>

Functions

Link copied to clipboard
suspend fun authorize(request: FRUser.Browser): AuthorizationResponse