toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-dash-login
/
com.mapbox.dash.login.domain
/
AuthorizationUseCase
Authorization
Use
Case
class
AuthorizationUseCase
(
authenticationRepository
:
AuthenticationRepository
)
Members
Constructors
Authorization
Use
Case
Link copied to clipboard
constructor
(
authenticationRepository
:
AuthenticationRepository
)
Properties
launch
Auth
Screen
Link copied to clipboard
val
launchAuthScreen
:
Flow
<
Intent
>
login
State
Link copied to clipboard
val
loginState
:
Flow
<
LoginState
>
Functions
launch
Auth
Screen
Link copied to clipboard
suspend
fun
launchAuthScreen
(
)
reset
User
Authorization
Link copied to clipboard
fun
resetUserAuthorization
(
)
user
Authorization
Link copied to clipboard
fun
userAuthorization
(
userId
:
String
)