Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.OAuthCredentialProvider.Builder
Packages that use OAuthCredentialProvider.Builder
-
Uses of OAuthCredentialProvider.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return OAuthCredentialProvider.BuilderModifier and TypeMethodDescriptionOAuthCredentialProvider.builder()OAuthCredentialProvider.Builder.customParameters(Map<String, String> customParameters) Additional custom parameters to include in the OAuth 2.0 token request.OAuthCredentialProvider.Builder.defaultReturnUrl(String defaultReturnUrl) The default return URL for the OAuth 2.0 authorization flow.The OAuth 2.0 grant type to use for authentication.OAuthCredentialProvider.Builder.grantType(OAuthGrantType grantType) The OAuth 2.0 grant type to use for authentication.OAuthCredentialProvider.Builder.providerArn(String providerArn) The ARN of the OAuth 2.0 credential provider in AgentCore Identity.The OAuth 2.0 scopes to request when obtaining an access token.OAuthCredentialProvider.Builder.scopes(Collection<String> scopes) The OAuth 2.0 scopes to request when obtaining an access token.OAuthCredentialProvider.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type OAuthCredentialProvider.BuilderModifier and TypeMethodDescriptionstatic Class<? extends OAuthCredentialProvider.Builder>OAuthCredentialProvider.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type OAuthCredentialProvider.BuilderModifier and TypeMethodDescriptionstatic HarnessGatewayOutboundAuthHarnessGatewayOutboundAuth.fromOauth(Consumer<OAuthCredentialProvider.Builder> oauth) Create an instance of this class withHarnessGatewayOutboundAuth.oauth()initialized to the given value.HarnessGatewayOutboundAuth.Builder.oauth(Consumer<OAuthCredentialProvider.Builder> oauth) OAuth 2.0 authentication via AgentCore Identity.