Oauth2Discovery
Contains the discovery information for an OAuth2 provider.
Inheritors
Types
The authorization server metadata for the OAuth2 provider.
The discovery URL for the OAuth2 provider.
Functions
Casts this Oauth2Discovery as a AuthorizationServerMetadata and retrieves its aws.sdk.kotlin.services.bedrockagentcorecontrol.model.Oauth2AuthorizationServerMetadata value. Throws an exception if the Oauth2Discovery is not a AuthorizationServerMetadata.
Casts this Oauth2Discovery as a AuthorizationServerMetadata and retrieves its aws.sdk.kotlin.services.bedrockagentcorecontrol.model.Oauth2AuthorizationServerMetadata value. Returns null if the Oauth2Discovery is not a AuthorizationServerMetadata.
Casts this Oauth2Discovery as a DiscoveryUrl and retrieves its kotlin.String value. Throws an exception if the Oauth2Discovery is not a DiscoveryUrl.
Casts this Oauth2Discovery as a DiscoveryUrl and retrieves its kotlin.String value. Returns null if the Oauth2Discovery is not a DiscoveryUrl.