GoogleFirebaseInstallationsV1Installation class

next_id: 9

Constructors

GoogleFirebaseInstallationsV1Installation({String? appId, GoogleFirebaseInstallationsV1AuthTokenInfo? authToken, String? authVersion, String? fid, String? name, String? refreshToken, String? sdkVersion, String? verificationKey})
GoogleFirebaseInstallationsV1Installation.fromJson(Map _json)

Properties

appId String?
(GMP)-App-ID - Firebase Application identifier, generated by FireData API
getter/setter pair
authToken GoogleFirebaseInstallationsV1AuthTokenInfo?
The initial FIS Auth-Token, created for the Firebase Installation.
getter/setter pair
authVersion String?
The version of the Firebase Installations Internal Authentication scheme.
getter/setter pair
fid String?
Globally unique identifier of the Firebase Installation.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
URI of the Firebase Installation with the following format: projects//installations/ Example: projects/35006771263/installations/eapzYQai_g8flVQyfKoGs7 This field is set only during response.
getter/setter pair
refreshToken String?
A refresh token created for / assigned to the Firebase Installation by FIS.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sdkVersion String?
The current version of the used FIS client-SDK.
getter/setter pair
verificationKey String?
The verification-key (a.k.a. public-key) is used to authenticate the digital signatures sent by the Firebase Installation in requests to FIS.
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