UGoldApiTokenResponse class

Constructors

UGoldApiTokenResponse({required String id, required List<String> scopes, required List<String> ipWhitelist, required bool active, String? tokenPrefix, String? label, DateTime? expiresAt, DateTime? createdAt, String? rawToken})
UGoldApiTokenResponse.fromJson(String str)
factory
UGoldApiTokenResponse.fromMap(Map<String, dynamic> json)
factory

Properties

active → bool
final
createdAt → DateTime?
final
expiresAt → DateTime?
final
hashCode → int
The hash code for this object.
no setterinherited
id → String
final
ipWhitelist → List<String>
final
label → String?
final
rawToken → String?
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
scopes → List<String>
final
tokenPrefix → String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → String
toMap() → Map<String, dynamic>
toString() → String
A string representation of this object.
inherited

Operators

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