getHost method

String getHost()

The host that should be used to access MLogin services

Implementation

String getHost() {
  switch (this) {
    case MLoginConfig.i2:
      return 'https://i.m-login.net';
    case MLoginConfig.k:
      return 'https://k.m-login.net';
    case MLoginConfig.p:
      return 'https://login.muenchen.de';
  }
}