SelectDetails class

Constructors

SelectDetails({required ClientCertificateRequest request, List<ByteBuffer>? clientCerts, required bool interactive})
SelectDetails.fromJS(SelectDetails _wrapped)

Properties

clientCerts List<ByteBuffer>?
If given, the selectClientCertificates operates on this list. Otherwise, obtains the list of all certificates from the platform's certificate stores that are available to this extensions. Entries that the extension doesn't have permission for or which doesn't match the request, are removed.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
interactive bool
If true, the filtered list is presented to the user to manually select a certificate and thereby granting the extension access to the certificate(s) and key(s). Only the selected certificate(s) will be returned. If is false, the list is reduced to all certificates that the extension has been granted access to (automatically or manually).
getter/setter pair
request ClientCertificateRequest
Only certificates that match this request will be returned.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toJS → SelectDetails
no setter

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