feat: add AuthViewModel, ScheduleViewModel, and EventDetailViewModel with StateFlow
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package ch.parano.myice.auth
|
||||
|
||||
interface OAuthClient {
|
||||
fun redirectUri(): String
|
||||
suspend fun authenticate(loginUrl: String): String?
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user