challenge property
ByteBuffer
get
challenge
A challenge as emitted by the Verified Access Web API.
Implementation
ByteBuffer get challenge => _wrapped.challenge.toDart;
set
challenge
(ByteBuffer v)
Implementation
set challenge(ByteBuffer v) {
_wrapped.challenge = v.toJS;
}