Oauth2Jwt Bearer Args
data class Oauth2JwtBearerArgs(val clientKey: Output<SecretArgs>? = null, val jwtClaims: Output<JwtClaimsArgs>? = null) : ConvertibleToJava<Oauth2JwtBearerArgs>
Parameters to support JSON Web Token (JWT) Profile for Oauth 2.0 Authorization Grant based authentication. See https://tools.ietf.org/html/rfc7523 for more details.
Constructors
Link copied to clipboard
fun Oauth2JwtBearerArgs(clientKey: Output<SecretArgs>? = null, jwtClaims: Output<JwtClaimsArgs>? = null)