ServiceAccountSigner

public ServiceAccountSigner ServiceAccountSigner(String privateKeyPem, String privateKeyId)

Create a signer from an RSA private key in PKCS#8 PEM format.

Parameters

privateKeyPem

RSA private key PEM text.

privateKeyId

Value to send as X-Nylas-Kid.


public ServiceAccountSigner ServiceAccountSigner(PrivateKey privateKey, String privateKeyId)