authority property

String? authority

Implementation

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

URI of the tenant to authenticate and authorize with.

Usually takes the form of https://{uri}/{tenantid}.

Defaults to https://login.microsoftonline.com/common.

Implementation

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