CustomJwtAuthorizer
data class CustomJwtAuthorizer(val value: CustomJwtAuthorizerConfiguration) : AuthorizerConfiguration
The inbound JWT-based authorization, specifying how incoming requests should be authenticated.
Inherited functions
Link copied to clipboard
Casts this AuthorizerConfiguration as a CustomJwtAuthorizer and retrieves its aws.sdk.kotlin.services.bedrockagentcorecontrol.model.CustomJwtAuthorizerConfiguration value. Throws an exception if the AuthorizerConfiguration is not a CustomJwtAuthorizer.
Link copied to clipboard
Casts this AuthorizerConfiguration as a CustomJwtAuthorizer and retrieves its aws.sdk.kotlin.services.bedrockagentcorecontrol.model.CustomJwtAuthorizerConfiguration value. Returns null if the AuthorizerConfiguration is not a CustomJwtAuthorizer.