menu
passkeys package
documentation
types.dart
PubKeyCredParamType
PubKeyCredParamType constructor
PubKeyCredParamType constructor
dark_mode
light_mode
PubKeyCredParamType
constructor
PubKeyCredParamType
(
{
required
String
type
,
required
int
alg
,
})
Constructs a new instance.
Implementation
PubKeyCredParamType({ required this.type, required this.alg, });
passkeys package
documentation
types
PubKeyCredParamType
PubKeyCredParamType constructor
PubKeyCredParamType class