public sealed class MediaCdnKey.Types.TokenConfig : IMessage<MediaCdnKey.Types.TokenConfig>, IEquatable<MediaCdnKey.Types.TokenConfig>, IDeepCloneable<MediaCdnKey.Types.TokenConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Video Stitcher v1 API class MediaCdnKey.Types.TokenConfig.
Optional. The query parameter in which to find the token.
The name must be 1-64 characters long and match
the regular expression [a-zA-Z]([a-zA-Z0-9_-])* which means the
first character must be a letter, and all following characters
must be a dash, underscore, letter or digit.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This documentation covers the `MediaCdnKey.Types.TokenConfig` class, a part of the Video Stitcher v1 API within the Google Cloud ecosystem."],["The `TokenConfig` class is designed to handle configurations for Media CDN tokens, and it inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version documented is 3.3.0, with several previous versions available, ranging from 1.0.0 to 3.2.0."],["`TokenConfig` includes a property, `QueryParameter`, which allows for setting the query parameter name used to find the token, defaulting to `edge-cache-token`."],["The documentation provides details about the constructors available for the `TokenConfig` class, including a default constructor and one that accepts another `TokenConfig` instance as a parameter."]]],[]]