authenticatorData property

String authenticatorData

Implementation

String get authenticatorData =>
    js_util.getProperty(this, 'authenticatorData');
void authenticatorData=(String newValue)

Implementation

set authenticatorData(String newValue) {
  js_util.setProperty(this, 'authenticatorData', newValue);
}