authority property

String? authority

Implementation

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

Url of the authority which the application acquires tokens from.

Implementation

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