Map<String, Object?> encode() => { 'issuer_url': issuerUrl.toTfJson(), if (jwks != null) 'jwks': jwks!.toTfJson(), };