IdentityGetRequest constructor

IdentityGetRequest({
  1. String? clientId,
  2. String? secret,
  3. String? accessToken,
  4. IdentityGetRequestOptions? options,
})

Implementation

IdentityGetRequest({
  this.clientId,
  this.secret,
  this.accessToken,
  this.options,
});