Skip to content

Bedrock Agentcore Control  >  Structures  >  SlackOauth2ProviderConfigOutput

SlackOauth2ProviderConfigOutput

Structure Class

SlackOauth2ProviderConfigOutput dataclass

Output configuration for a Slack OAuth2 provider.

Attributes

client_id class-attribute instance-attribute
client_id: str | None = None

The client ID for the Slack OAuth2 provider.

oauth_discovery instance-attribute
oauth_discovery: Oauth2Discovery

The OAuth2 discovery information for the Slack provider.