$TokenResponse01 class
Used by:
- developerconnect:v1 : FetchReadTokenResponse
- developerconnect:v1 : FetchReadWriteTokenResponse
Constructors
- $TokenResponse01({String? expirationTime, String? gitUsername, String? token})
- $TokenResponse01.fromJson(Map json_)
Properties
- expirationTime ↔ String?
-
Expiration timestamp.
getter/setter pair
- gitUsername ↔ String?
-
The git_username to specify when making a git clone with the token.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- token ↔ String?
-
The token content.
getter/setter pair
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