Skip to content

Bedrock Agentcore Control  >  Unions  >  Oauth2Discovery

Oauth2Discovery

Union Type

Oauth2Discovery module-attribute

Contains the discovery information for an OAuth2 provider.

Union Member Types

Oauth2DiscoveryDiscoveryUrl dataclass

The discovery URL for the OAuth2 provider.

Attributes

value instance-attribute
value: str

Oauth2DiscoveryAuthorizationServerMetadata dataclass

The authorization server metadata for the OAuth2 provider.

Attributes

value instance-attribute

Oauth2DiscoveryUnknown dataclass

Represents an unknown variant.

If you receive this value, you will need to update your library to receive the parsed value.

This value may not be deliberately sent.

Attributes

tag instance-attribute
tag: str