WebAuthnCredential constructor

WebAuthnCredential({
  1. CoseAlgorithmIdentifier algorithm,
  2. AttestationType attestationType,
  3. bool authenticatorSupportsUserVerification,
  4. String credentialId,
  5. Map<String, dynamic> data,
  6. bool discoverable,
  7. String displayName,
  8. String id,
  9. num insertInstant,
  10. num lastUseInstant,
  11. String name,
  12. String publicKey,
  13. String relyingPartyId,
  14. num signCount,
  15. String tenantId,
  16. List<String> transports,
  17. String userAgent,
  18. String userId,
})

Implementation

WebAuthnCredential(
    {this.algorithm,
    this.attestationType,
    this.authenticatorSupportsUserVerification,
    this.credentialId,
    this.data,
    this.discoverable,
    this.displayName,
    this.id,
    this.insertInstant,
    this.lastUseInstant,
    this.name,
    this.publicKey,
    this.relyingPartyId,
    this.signCount,
    this.tenantId,
    this.transports,
    this.userAgent,
    this.userId});