CertificateFinder
Extends:
GenericFinder → ProvisionGenericFinder → CertificateFinder
This class allow make get request to certificate resource into Opengate North API.
Constructor Summary
| Public Constructor | ||
| public |
constructor(Reference: InternalOpenGateAPI) Constructor |
|
Method Summary
| Public Methods | ||
| public |
Download a specific certificate by id. |
|
| public |
findByIdAndFormat(id: string, mimetype: string): Promise Download a certificate using id and in a specific format. |
|
Public Constructors
public constructor(Reference: InternalOpenGateAPI) source
Constructor
Override:
ProvisionGenericFinder#constructorParams:
| Name | Type | Attribute | Description |
| Reference | InternalOpenGateAPI | to the API object. |