Information about a specific auth method, such as 'HEADER', 'SHARED_SECRET', or 'NONE' for a specific provider. See RerankingProviderInfo.supportedAuthentication for more information.
'HEADER'
'SHARED_SECRET'
'NONE'
// nvidia.supportedAuthentication.NONE:{ enabled: true, tokens: [],} Copy
// nvidia.supportedAuthentication.NONE:{ enabled: true, tokens: [],}
enabled - Whether this method of auth is supported for the provider.
tokens - Additional info on how exactly this method of auth is supposed to be used.
RerankingProviderInfo
Whether this method of auth is supported for the provider.
Additional info on how exactly this method of auth is supposed to be used.
Will be an empty array if enabled is false.
enabled
false
Information about a specific auth method, such as
'HEADER','SHARED_SECRET', or'NONE'for a specific provider. See RerankingProviderInfo.supportedAuthentication for more information.Example
Field
enabled - Whether this method of auth is supported for the provider.
Field
tokens - Additional info on how exactly this method of auth is supposed to be used.
See
RerankingProviderInfo