idToken
Issues a signed ID token.
Uses defaultIssuer and defaultAudience when set at key creation. Override per token in configure.
Return
signed ID token.
Parameters
subject
token subject.
configure
additional token claims to be included.
Throws
when issuer or audience is missing, or when a custom claim value cannot be represented as a JSON claim.