extensions property
AuthenticationExtensionsClientInputsJSON
get
extensions
Implementation
AuthenticationExtensionsClientInputsJSON get extensions =>
js_util.getProperty(this, 'extensions');
set
extensions
(AuthenticationExtensionsClientInputsJSON newValue)
Implementation
set extensions(AuthenticationExtensionsClientInputsJSON newValue) {
js_util.setProperty(this, 'extensions', newValue);
}