toggle menu
livekit-android-sdk
2.21.0
SDK
switch theme
search in API
livekit-android-sdk
/
io.livekit.android.token
/
TokenStore
Token
Store
interface
TokenStore
Members
Types
Item
Link copied to clipboard
data
class
Item
(
val
options
:
TokenRequestOptions
?
,
val
response
:
TokenSourceResponse
)
Functions
clear
Link copied to clipboard
abstract
suspend
fun
clear
(
)
retrieve
Link copied to clipboard
abstract
suspend
fun
retrieve
(
)
:
TokenStore.Item
?
store
Link copied to clipboard
abstract
suspend
fun
store
(
options
:
TokenRequestOptions
?
,
response
:
TokenSourceResponse
)