AuthGoogle class
Constructors
-
AuthGoogle({@required String fileJson, List<
String> scope: const ["https://www.googleapis.com/auth/cloud-platform"], String sessionId: "123" })
Properties
- fileJson → String
-
final
- getProjectId → String
-
read-only
- getSessionId → String
-
read-only
- getToken → String
-
read-only
- hasExpired → bool
-
read-only
-
scope
→ List<
String> -
final
- sessionId → String
-
final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
build(
) → Future< AuthGoogle> -
getReadJson(
) → Future< String> -
post(
dynamic url, { Map< String, String> headers, dynamic body, Encoding encoding }) → Future<Response> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
inherited