IPWorks Auth 2020 Android Edition

Questions / Feedback?

SignerCert Property

The JWT public signer certificate.

Syntax

public Certificate getSignerCert();
public void setSignerCert(Certificate signerCert);

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.

Default Value

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