OAuth2AuthorizationData

OAuth2-specific authorization data, including the authorization URL and user identifier for the authorization session.

Types

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

Properties

Link copied to clipboard

The URL to initiate the authorization process. This URL is provided when the OAuth2 access token requires user authorization.

Link copied to clipboard

The user identifier associated with the OAuth2 authorization session that is defined by AgentCore Gateway.

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