feat: add event filtering logic, TypeFilter enum, AuthSettings, and OAuthClient interface
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package ch.parano.myice.auth
|
||||
|
||||
interface OAuthClient {
|
||||
suspend fun authenticate(loginUrl: String): String?
|
||||
}
|
||||
Reference in New Issue
Block a user