JwtBearerProperties

JWT bearer token configuration that defines the properties needed for the JWT Bearer grant type flow.

Types

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

Properties

Link copied to clipboard

The content type to use for JWT bearer token requests, such as application/x-www-form-urlencoded or application/json.

Link copied to clipboard

The JWT token to be used in the bearer token grant flow for authentication.

Link copied to clipboard

The HTTP method to use when making JWT bearer token requests, typically POST.

Link copied to clipboard

The token endpoint URL where the JWT bearer token will be exchanged for an access token.

Link copied to clipboard

Additional parameters to include in token URL requests as key-value pairs.

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