Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.OAuthCredentialProvider
Packages that use OAuthCredentialProvider
-
Uses of OAuthCredentialProvider in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return OAuthCredentialProviderModifier and TypeMethodDescriptionfinal OAuthCredentialProviderHarnessGatewayOutboundAuth.oauth()OAuth 2.0 authentication via AgentCore Identity.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type OAuthCredentialProviderModifier and TypeMethodDescriptionstatic HarnessGatewayOutboundAuthHarnessGatewayOutboundAuth.fromOauth(OAuthCredentialProvider oauth) Create an instance of this class withHarnessGatewayOutboundAuth.oauth()initialized to the given value.HarnessGatewayOutboundAuth.Builder.oauth(OAuthCredentialProvider oauth) OAuth 2.0 authentication via AgentCore Identity.