Uses of Class
software.amazon.awscdk.services.bedrockagentcore.OAuth2CredentialProvider
Packages that use OAuth2CredentialProvider
Package
Description
Amazon Bedrock AgentCore Construct Library
-
Uses of OAuth2CredentialProvider in software.amazon.awscdk.services.bedrockagentcore
Methods in software.amazon.awscdk.services.bedrockagentcore that return OAuth2CredentialProviderModifier and TypeMethodDescriptionOAuth2CredentialProvider.Builder.build()static OAuth2CredentialProviderOAuth2CredentialProvider.usingAtlassian(software.constructs.Construct scope, String id, AtlassianOAuth2CredentialProviderProps props) Create a credential provider for Atlassian OAuth2.static OAuth2CredentialProviderOAuth2CredentialProvider.usingAuth0(software.constructs.Construct scope, String id, IncludedOauth2TenantCredentialProviderProps props) Create a credential provider for Auth0 OAuth2 (IncludedOauth2ProviderConfig).static OAuth2CredentialProviderOAuth2CredentialProvider.usingCognito(software.constructs.Construct scope, String id, IncludedOauth2TenantCredentialProviderProps props) Create a credential provider for Amazon Cognito OAuth2 (IncludedOauth2ProviderConfig).static OAuth2CredentialProviderOAuth2CredentialProvider.usingCustom(software.constructs.Construct scope, String id, CustomOAuth2CredentialProviderProps props) Create a credential provider for a custom OAuth2 authorization server (discovery document or metadata).static OAuth2CredentialProviderOAuth2CredentialProvider.usingCyberArk(software.constructs.Construct scope, String id, IncludedOauth2TenantCredentialProviderProps props) Create a credential provider for CyberArk OAuth2 (IncludedOauth2ProviderConfig).static OAuth2CredentialProviderOAuth2CredentialProvider.usingDropbox(software.constructs.Construct scope, String id, DropboxOAuth2CredentialProviderProps props) Create a credential provider for Dropbox OAuth2 (IncludedOauth2ProviderConfig).static OAuth2CredentialProviderOAuth2CredentialProvider.usingFacebook(software.constructs.Construct scope, String id, FacebookOAuth2CredentialProviderProps props) Create a credential provider for Facebook OAuth2 (IncludedOauth2ProviderConfig).static OAuth2CredentialProviderOAuth2CredentialProvider.usingFusionAuth(software.constructs.Construct scope, String id, IncludedOauth2TenantCredentialProviderProps props) Create a credential provider for FusionAuth OAuth2 (IncludedOauth2ProviderConfig).static OAuth2CredentialProviderOAuth2CredentialProvider.usingGithub(software.constructs.Construct scope, String id, GithubOAuth2CredentialProviderProps props) Create a credential provider for GitHub OAuth2.static OAuth2CredentialProviderOAuth2CredentialProvider.usingGoogle(software.constructs.Construct scope, String id, GoogleOAuth2CredentialProviderProps props) Create a credential provider for Google OAuth2.static OAuth2CredentialProviderOAuth2CredentialProvider.usingHubspot(software.constructs.Construct scope, String id, HubspotOAuth2CredentialProviderProps props) Create a credential provider for HubSpot OAuth2 (IncludedOauth2ProviderConfig).static OAuth2CredentialProviderOAuth2CredentialProvider.usingLinkedin(software.constructs.Construct scope, String id, LinkedinOAuth2CredentialProviderProps props) Create a credential provider for LinkedIn OAuth2.static OAuth2CredentialProviderOAuth2CredentialProvider.usingMicrosoft(software.constructs.Construct scope, String id, MicrosoftOAuth2CredentialProviderProps props) Create a credential provider for Microsoft (Entra ID) OAuth2.static OAuth2CredentialProviderOAuth2CredentialProvider.usingNotion(software.constructs.Construct scope, String id, NotionOAuth2CredentialProviderProps props) Create a credential provider for Notion OAuth2 (IncludedOauth2ProviderConfig).static OAuth2CredentialProviderOAuth2CredentialProvider.usingOkta(software.constructs.Construct scope, String id, IncludedOauth2TenantCredentialProviderProps props) Create a credential provider for Okta OAuth2 (IncludedOauth2ProviderConfig).static OAuth2CredentialProviderOAuth2CredentialProvider.usingOneLogin(software.constructs.Construct scope, String id, IncludedOauth2TenantCredentialProviderProps props) Create a credential provider for OneLogin OAuth2 (IncludedOauth2ProviderConfig).static OAuth2CredentialProviderOAuth2CredentialProvider.usingPingOne(software.constructs.Construct scope, String id, IncludedOauth2TenantCredentialProviderProps props) Create a credential provider for PingOne OAuth2 (IncludedOauth2ProviderConfig).static OAuth2CredentialProviderOAuth2CredentialProvider.usingReddit(software.constructs.Construct scope, String id, RedditOAuth2CredentialProviderProps props) Create a credential provider for Reddit OAuth2 (IncludedOauth2ProviderConfig).static OAuth2CredentialProviderOAuth2CredentialProvider.usingSalesforce(software.constructs.Construct scope, String id, SalesforceOAuth2CredentialProviderProps props) Create a credential provider for Salesforce OAuth2.static OAuth2CredentialProviderOAuth2CredentialProvider.usingSlack(software.constructs.Construct scope, String id, SlackOAuth2CredentialProviderProps props) Create a credential provider for Slack OAuth2.static OAuth2CredentialProviderOAuth2CredentialProvider.usingSpotify(software.constructs.Construct scope, String id, SpotifyOAuth2CredentialProviderProps props) Create a credential provider for Spotify OAuth2 (IncludedOauth2ProviderConfig).static OAuth2CredentialProviderOAuth2CredentialProvider.usingTwitch(software.constructs.Construct scope, String id, TwitchOAuth2CredentialProviderProps props) Create a credential provider for Twitch OAuth2 (IncludedOauth2ProviderConfig).static OAuth2CredentialProviderOAuth2CredentialProvider.usingX(software.constructs.Construct scope, String id, XOAuth2CredentialProviderProps props) Create a credential provider for X (Twitter) OAuth2 (IncludedOauth2ProviderConfig).static OAuth2CredentialProviderOAuth2CredentialProvider.usingYandex(software.constructs.Construct scope, String id, YandexOAuth2CredentialProviderProps props) Create a credential provider for Yandex OAuth2 (IncludedOauth2ProviderConfig).static OAuth2CredentialProviderOAuth2CredentialProvider.usingZoom(software.constructs.Construct scope, String id, ZoomOAuth2CredentialProviderProps props) Create a credential provider for Zoom OAuth2 (IncludedOauth2ProviderConfig).