finalizeLogin

suspend fun finalizeLogin(loginResponseUri: String): AuthResult<Nothing>

Initializes a device login flow, providing the necessary information for user verification.

Return

A response containing device and user verification information.

Throws

If a network error occurs during the process.