GetCredentialsForIdentityResponse constructor

GetCredentialsForIdentityResponse({
  1. Credentials? credentials,
  2. String? identityId,
})

Implementation

GetCredentialsForIdentityResponse({
  this.credentials,
  this.identityId,
});