AuthorizationUseCase

class AuthorizationUseCase(authenticationRepository: AuthenticationRepository, resources: Resources)

Constructors

Link copied to clipboard
constructor(authenticationRepository: AuthenticationRepository, resources: Resources)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun launchAuthScreen()
Link copied to clipboard
fun login(email: String, password: String)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard