The algorithm to use for signing (e.g., 'RS256', 'ES256').
The client_id for this OAuth client.
OptionalclientOptional client name for metadata.
OptionaljwtOptional JWT lifetime in seconds (default: 300).
The private key for signing JWT assertions. Can be a PEM string, Uint8Array, or JWK object.
Options for creating a
PrivateKeyJwtProvider.