GoogleClientSecret class
Contains information about the credentials for the server to access Google's
APIs. The secrets are typically loaded from
config/google_client_secret.json
. The file can be downloaded from Google's
cloud console.
Properties
- clientId ↔ String
-
The client identifier.
latefinal
- clientSecret ↔ String
-
The client secret.
latefinal
- hashCode → int
-
The hash code for this object.
no setterinherited
-
redirectUris
↔ List<
String> -
List of redirect uris.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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