toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-android
/
com.mapbox.dash.sdk.userandauth
/
DashUserAndAuthRepositoryImpl
Dash
User
And
Auth
Repository
Impl
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
class
DashUserAndAuthRepositoryImpl
(
storage
:
Storage
)
:
UserRepository
,
AuthenticationRepository
Members
Constructors
Dash
User
And
Auth
Repository
Impl
Link copied to clipboard
constructor
(
storage
:
Storage
)
Properties
auth
User
Id
Link copied to clipboard
open
override
val
authUserId
:
Flow
<
String
?
>
user
Id
Link copied to clipboard
open
override
val
userId
:
StateFlow
<
UserIdNonNull
>
Functions
get
Auth
User
Id
Link copied to clipboard
open
override
fun
getAuthUserId
(
)
:
String
?
get
Internal
User
Id
Link copied to clipboard
fun
getInternalUserId
(
)
:
String
get
User
Id
Link copied to clipboard
open
override
fun
getUserId
(
)
:
String
remove
Auth
User
Id
Link copied to clipboard
open
override
fun
removeAuthUserId
(
)
store
Auth
User
Id
Link copied to clipboard
open
override
fun
storeAuthUserId
(
userId
:
String
)