Type alias LoginConfiguration

LoginConfiguration: {
    hasOtherLoginMechanisms: boolean;
    registrationEnabled: boolean;
    requiresTermsOfUse: boolean;
}

Type declaration

  • hasOtherLoginMechanisms: boolean
  • registrationEnabled: boolean
  • requiresTermsOfUse: boolean

Generated using TypeDoc