GetDefaultConfig
Returns a default TokenSourceFactoryConfig with the type set to "default".
def GetDefaultConfig() - > TokenSourceFactoryConfig
Retrieves the default configuration for a TokenSourceFactory. Callers use this to obtain a baseline configuration when no specific settings are provided.
Returns
| Type | Description |
|---|---|
TokenSourceFactoryConfig | A TokenSourceFactoryConfig object with the 'Type' field set to 'default'. |