Algorithm

Overview

Builder for an algorithm object which is used to sign or verify a JWT token.

Methods Summarized

TypeNameSummary

The key identifier, will be added to the token header.

Methods Detailed

kid(kid)

The key identifier, will be added to the token header.

Parameters

  • String kid the private key identifier

Returns: Algorithm the algorithm builder for method chaining


Last updated