GooglePlayCredentials class final
Google Play service-account credentials.
This deliberately avoids generated value semantics so private key material is never included in diagnostics.
Constructors
- GooglePlayCredentials({required String serviceAccountJson})
-
Creates Google Play credentials from the complete service-account JSON.
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceAccountJson → String
-
Raw service-account JSON. Callers must never log or persist this value.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited