authority property

String? authority

Implementation

String? get authority => _jsObject.authority;
void authority=(String? value)

Authority to send logout request to.

Implementation

set authority(String? value) => _jsObject.authority = value;