LiveKit JS Client SDK - v2.15.14
Preparing search index...
TokenSourceCustom
Interface TokenSourceCustom
interface
TokenSourceCustom
{
fetch
(
options
:
TokenSourceFetchOptions
,
)
:
Promise
<
Required
<
PartialMessage
<
TokenSourceResponse
>
>
>
;
getCachedResponseJwtPayload
()
:
null
|
TokenPayload
;
}
Hierarchy
TokenSourceCached
TokenSourceCustom
Index
Methods
fetch
get
Cached
Response
Jwt
Payload
Methods
fetch
fetch
(
options
:
TokenSourceFetchOptions
,
)
:
Promise
<
Required
<
PartialMessage
<
TokenSourceResponse
>
>
>
Parameters
options
:
TokenSourceFetchOptions
Returns
Promise
<
Required
<
PartialMessage
<
TokenSourceResponse
>
>
>
get
Cached
Response
Jwt
Payload
getCachedResponseJwtPayload
()
:
null
|
TokenPayload
Returns
null
|
TokenPayload
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Methods
fetch
get
Cached
Response
Jwt
Payload
LiveKit JS Client SDK - v2.15.14
Loading...