IPWorks Auth 2020 JavaScript Edition

Questions / Feedback?

SignerCert Property

The JWT public signer certificate.

Syntax


 getSignerCert(): Certificate;

 setSignerCert(signerCert: Certificate): void;

Default Value

Remarks

This property specifies the public certificate of JWT signer. When GetAuthorization is called the returned ID token is typically signed. The public certificate specified in this property is used to verify the signature.

If this property is not set, the certificate is automatically retrieved from the SignerCertURL.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Auth 2020 JavaScript Edition - Version 20.0 [Build 8262]