JwtArgs

data class JwtArgs(val compactJwt: Output<String>? = null) : ConvertibleToJava<JwtArgs>

Constructors

Link copied to clipboard
constructor(compactJwt: Output<String>? = null)

Properties

Link copied to clipboard
val compactJwt: Output<String>? = null

The compact encoding of a JWS, which is always three base64 encoded strings joined by periods. For details, see: https://tools.ietf.org/html/rfc7515.html#section-3.1

Functions

Link copied to clipboard
open override fun toJava(): JwtArgs