PublicKeyCredentialCreationOptions class
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
- @anonymous
Constructors
-
PublicKeyCredentialCreationOptions.new({AttestationConveyancePreference? attestation, AuthenticatorSelectionCriteria? authenticatorSelection, Object? challenge, List<
PublicKeyCredentialDescriptor> ? excludeCredentials, AuthenticationExtensionsClientInputs? extensions, List<PublicKeyCredentialParameters> ? pubKeyCredParams, PublicKeyCredentialRpEntity? rp, num? timeout, PublicKeyCredentialUserEntity? user}) -
factory
Properties
- attestation ↔ AttestationConveyancePreference?
-
Available on PublicKeyCredentialCreationOptions, provided by the PublicKeyCredentialCreationOptions$Typings extension
getter/setter pair - authenticatorSelection ↔ AuthenticatorSelectionCriteria?
-
Available on PublicKeyCredentialCreationOptions, provided by the PublicKeyCredentialCreationOptions$Typings extension
getter/setter pair - challenge ↔ Object
-
Available on PublicKeyCredentialCreationOptions, provided by the PublicKeyCredentialCreationOptions$Typings extension
getter/setter pair -
excludeCredentials
↔ List<
PublicKeyCredentialDescriptor> ? -
Available on PublicKeyCredentialCreationOptions, provided by the PublicKeyCredentialCreationOptions$Typings extension
getter/setter pair - extensions ↔ AuthenticationExtensionsClientInputs?
-
Available on PublicKeyCredentialCreationOptions, provided by the PublicKeyCredentialCreationOptions$Typings extension
getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
-
pubKeyCredParams
↔ List<
PublicKeyCredentialParameters> -
Available on PublicKeyCredentialCreationOptions, provided by the PublicKeyCredentialCreationOptions$Typings extension
getter/setter pair - rp ↔ PublicKeyCredentialRpEntity
-
Available on PublicKeyCredentialCreationOptions, provided by the PublicKeyCredentialCreationOptions$Typings extension
getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timeout ↔ num?
-
Available on PublicKeyCredentialCreationOptions, provided by the PublicKeyCredentialCreationOptions$Typings extension
getter/setter pair - user ↔ PublicKeyCredentialUserEntity
-
Available on PublicKeyCredentialCreationOptions, provided by the PublicKeyCredentialCreationOptions$Typings extension
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited