GetCredentialsForIdentityResponse constructor
GetCredentialsForIdentityResponse({
- Credentials? credentials,
- String? identityId,
Implementation
GetCredentialsForIdentityResponse({
this.credentials,
this.identityId,
});