defaultAuthority property

B2CAuthority defaultAuthority

Gets the default authority.

Implementation

B2CAuthority get defaultAuthority =>
    authorities.firstWhere((element) => element.isDefault == true);