ClientId class
Represents the client application's credentials.
Constructors
- ClientId(String identifier, [String? secret])
-
ClientId.fromJson(Map<
String, dynamic> json) -
factory
- ClientId.serviceAccount(String identifier)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- identifier → String
-
The client ID that you obtain from the API Console
Credentials page,
as described in
Obtain OAuth 2.0 credentials.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- secret → String?
-
The client secret used to identify this application to the server.
final
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