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