toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-base
/
com.mapbox.dash.sdk.base.user.auth
/
AuthenticationRepository
Authentication
Repository
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
interface
AuthenticationRepository
Members
Properties
auth
User
Id
Link copied to clipboard
abstract
val
authUserId
:
Flow
<
String
?
>
Functions
get
Auth
User
Id
Link copied to clipboard
abstract
fun
getAuthUserId
(
)
:
String
?
remove
Auth
User
Id
Link copied to clipboard
abstract
fun
removeAuthUserId
(
)
store
Auth
User
Id
Link copied to clipboard
abstract
fun
storeAuthUserId
(
userId
:
String
)