PasskeyLoginAllowCredentialType constructor
PasskeyLoginAllowCredentialType(
- String type,
- String id,
- List<
AuthenticatorTransport> transports
Implementation
PasskeyLoginAllowCredentialType(this.type, this.id, this.transports);