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
no setter
getSessionId String
no setter
getToken String
no setter
hasExpired bool
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scope List<String>
final
sessionId String
final

Methods

build() Future<AuthGoogle>
getReadJson() Future<String>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
post(dynamic url, {Map<String, String>? headers, dynamic body, Encoding? encoding}) Future<Response>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited