B2CAuthority constructor

B2CAuthority(
  1. String authorityURL,
  2. String authorityType,
  3. bool isDefault
)

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);