Smart Parking
androidJvm
domain
/
it.unibolss.smartparking.domain.usecases.user
/
GetAuthState
Get
Auth
State
class
GetAuthState
(
userRepository
:
UserRepository
)
:
UseCase
<
Unit
,
AuthState
>
Gets the current state of authentication.
Members
Members & Extensions
Constructors
Get
Auth
State
Link copied to clipboard
constructor
(
userRepository
:
UserRepository
)
Functions
invoke
Link copied to clipboard
operator
fun
invoke
(
params
:
Unit
)
:
AuthState
invoke
Link copied to clipboard
operator
fun
<
Res
>
UseCase
<
Unit
,
Res
>
.
invoke
(
)
:
Res
Utility method to avoid passing
Unit
argument to invoke