Signature

class Signature(val header: JwtHeader, val signature: String)(source)

Represents a single signature entry within a JWS token.

Constructors

Link copied to clipboard
constructor(header: JwtHeader, signature: String)

Properties

Link copied to clipboard

The JOSE header associated with this signature.

Link copied to clipboard

The base64url-encoded signature value.