* Creates a signed URL token for a video. * @returns The signed token that was created. * @throws {InternalError} if the signing key cannot be retrieved or the token cannot be signed
()
| 14675 | * @throws {InternalError} if the signing key cannot be retrieved or the token cannot be signed |
| 14676 | */ |
| 14677 | generateToken(): Promise<string> |
| 14678 | downloads: StreamScopedDownloads |
| 14679 | captions: StreamScopedCaptions |
| 14680 | } |
nothing calls this directly
no outgoing calls
no test coverage detected