DeviceApprovalResponse constructor

DeviceApprovalResponse({
  1. String deviceGrantStatus,
  2. DeviceInfo deviceInfo,
  3. IdentityProviderLink identityProviderLink,
  4. String tenantId,
  5. String userId,
})

Implementation

DeviceApprovalResponse(
    {this.deviceGrantStatus,
    this.deviceInfo,
    this.identityProviderLink,
    this.tenantId,
    this.userId});