OAuthCredentialProvider

Configuration for an OAuth 2.0 credential provider used to authenticate tool calls.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Additional custom parameters to include in the OAuth 2.0 token request.

Link copied to clipboard

The default return URL for the OAuth 2.0 authorization flow.

Link copied to clipboard

The OAuth 2.0 grant type to use for authentication.

Link copied to clipboard

The ARN of the OAuth 2.0 credential provider in AgentCore Identity.

Link copied to clipboard

The OAuth 2.0 scopes to request when obtaining an access token.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String