JwtBearerGrant

A structure that defines configuration settings for an application that supports the JWT Bearer Token Authorization Grant. The AuthorizedAudience field is the aud claim. For more information, see RFC 7523.

Types

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

Properties

Link copied to clipboard

A list of allowed token issuers trusted by the Identity Center instances for this application.

Functions

Link copied to clipboard
inline fun copy(block: JwtBearerGrant.Builder.() -> Unit = {}): JwtBearerGrant
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