UGoldApiTokenResponse constructor
UGoldApiTokenResponse({})
Implementation
UGoldApiTokenResponse({
required this.id,
required this.scopes,
required this.ipWhitelist,
required this.active,
this.tokenPrefix,
this.label,
this.expiresAt,
this.createdAt,
this.rawToken,
});