@vindral/web-sdk
Classes
Interfaces
- AdvancedOptions
- ApiClientOptions
- AuthorizationContext
- CastConfig
- CastSenderEvents
- Channel
- ChannelSwitchContext
- LanguageSwitchContext
- Metadata
- Options
- PlayerOptions
- PublicVindralEvents
- ReconnectState
Type Aliases
AuthorizationTokenFactory
Ƭ AuthorizationTokenFactory: (context
: AuthorizationContext
) => string
| undefined
Type declaration
▸ (context
): string
| undefined
AuthorizationTokenFactory
Parameters
Name | Type |
---|---|
context | AuthorizationContext |
Returns
string
| undefined