AuthGetRequestOptions constructor

AuthGetRequestOptions({
  1. List<String>? accountIds,
})

Implementation

AuthGetRequestOptions({
  this.accountIds,
});