Builder

class Builder

Properties

Link copied to clipboard

A map of additional claims to include in the JWT client assertion header. Standard header claims such as alg and typ cannot be added.

Link copied to clipboard

A map of additional claims to include in the JWT client assertion payload. Payload claims generated by the service, such as iss, sub, jti, and exp, cannot be added.

Link copied to clipboard

The private key source for the JWT client assertion.

Link copied to clipboard

The algorithm used to sign the JWT client assertion. Valid values are RS256, PS256, and ES256.