ShaCertificate class

A SHA-1 or SHA-256 certificate associated with the AndroidApp.

Constructors

ShaCertificate({String? certType, String? name, String? shaHash})
ShaCertificate.fromJson(Map _json)

Properties

certType String?
The type of SHA certificate encoded in the hash. Possible string values are:
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
The resource name of the ShaCertificate for the AndroidApp, in the format: projects/PROJECT_IDENTIFIER/androidApps/APP_ID/sha/SHA_HASH * PROJECT_IDENTIFIER: the parent Project's [ProjectNumber](../projects#FirebaseProject.FIELDS.project_number) (recommended) or its [ProjectId](../projects#FirebaseProject.FIELDS.project_id).
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shaHash String?
The certificate hash for the AndroidApp.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited