PasskeyLoginAllowCredentialType constructor

PasskeyLoginAllowCredentialType(
  1. String type,
  2. String id,
  3. List<AuthenticatorTransport> transports
)

Implementation

PasskeyLoginAllowCredentialType(this.type, this.id, this.transports);