Skip to content

Bedrock Agentcore Control  >  Structures  >  GithubOauth2ProviderConfigOutput

GithubOauth2ProviderConfigOutput

Structure Class

GithubOauth2ProviderConfigOutput dataclass

Output configuration for a GitHub OAuth2 provider.

Attributes

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

The client ID for the GitHub OAuth2 provider.

oauth_discovery instance-attribute
oauth_discovery: Oauth2Discovery

The OAuth2 discovery information for the GitHub provider.