SecretMaterialJWK

data class SecretMaterialJWK(val value: String)(source)

Represents a secret material in the form of a JSON Web Key (JWK).

Parameters

value

The string value of the JWK.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard