CustomJwtAuthorizerConfiguration
Configuration for inbound JWT-based authorization, specifying how incoming requests should be authenticated.
Types
Properties
Link copied to clipboard
Represents individual audience values that are validated in the incoming JWT token validation process.
Link copied to clipboard
Represents individual client IDs that are validated in the incoming JWT token validation process.
Link copied to clipboard
This URL is used to fetch OpenID Connect configuration or authorization server metadata for validating incoming tokens.
Functions
Link copied to clipboard
inline fun copy(block: CustomJwtAuthorizerConfiguration.Builder.() -> Unit = {}): CustomJwtAuthorizerConfiguration