RegistryRecordOAuthCredentialProvider¶
Structure Class¶
RegistryRecordOAuthCredentialProvider
dataclass
¶
OAuth credential provider configuration for authenticating with an external source during synchronization.
Attributes¶
custom_parameters
class-attribute
instance-attribute
¶
Additional custom parameters for the OAuth flow.
grant_type
class-attribute
instance-attribute
¶
grant_type: RegistryRecordOAuthGrantType | None = None
The OAuth grant type. Currently only CLIENT_CREDENTIALS is supported.