LoginViewModel

constructor(bootConfig: BootConfig, backgroundContext: CoroutineContext = IO)

Parameters

bootConfig

The boot configuration providing default OAuth client credentials, redirect URI, and scopes

backgroundContext

The coroutine context used for background work such as OAuth configuration resolution and URL generation. This parameter is intended for testing purposes only. Defaults to IO