menu
passkeys package
documentation
types.dart
RelyingPartyType
RelyingPartyType constructor
RelyingPartyType constructor
dark_mode
light_mode
RelyingPartyType
constructor
RelyingPartyType
(
{
required
String
name
,
required
String
id
,
})
Constructs a new instance.
Implementation
RelyingPartyType({ required this.name, required this.id, });
passkeys package
documentation
types
RelyingPartyType
RelyingPartyType constructor
RelyingPartyType class