A SHA-1 or SHA-256 certificate.
Do not call this constructor directly. Instead, use projectManagement.shaCertificate().
projectManagement.shaCertificate()
The SHA certificate type.
var certType = shaCertificate.certType;
The fully-qualified resource name that identifies this sha-key.
This is useful when manually constructing requests for Firebase's public API.
var resourceName = shaCertificate.resourceName;
The SHA-1 or SHA-256 hash for this certificate.
var shaHash = shaCertificate.shaHash;
Generated using TypeDoc
A SHA-1 or SHA-256 certificate.
Do not call this constructor directly. Instead, use
projectManagement.shaCertificate().