B2CAuthority constructor
Default constructor.
The authorityURL argument corresponds to the complete URL of the
authority terminating with a '/', authorityType indicates if the type of
the authority (e.g. B2C) and isDefault if this authority is the default
one.
Implementation
B2CAuthority(this.authorityURL, this.authorityType, this.isDefault);