JwtOptionsOutput

Describes the JWT options configured for the domain.

Types

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

Properties

Link copied to clipboard

True if JWT use is enabled.

Link copied to clipboard

The key used to verify the signature of incoming JWT requests.

Link copied to clipboard

The key used for matching the JWT roles attribute.

Link copied to clipboard

The key used for matching the JWT subject attribute.

Functions

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