ChallengeKeyOptions class

Constructors

ChallengeKeyOptions({required ByteBuffer challenge, RegisterKeyOptions? registerKey, required Scope scope})
ChallengeKeyOptions.fromJS(ChallengeKeyOptions _wrapped)

Properties

challenge ByteBuffer
A challenge as emitted by the Verified Access Web API.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
registerKey RegisterKeyOptions?
If present, registers the challenged key with the specified scope's token. The key can then be associated with a certificate and used like any other signing key. Subsequent calls to this function will then generate a new Enterprise Key in the specified scope.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scope Scope
Which Enterprise Key to challenge.
getter/setter pair
toJS → ChallengeKeyOptions
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