UGoldCreateApiTokenParams constructor

UGoldCreateApiTokenParams({
  1. required List<String> scopes,
  2. String? label,
  3. List<String>? ipWhitelist,
})

Implementation

UGoldCreateApiTokenParams({required this.scopes, this.label, this.ipWhitelist});