authBaseUrl property

String get authBaseUrl

Implementation

String get authBaseUrl {
  switch (this) {
    case QuranComEnvironment.prelive:
      return 'https://prelive-oauth2.quran.foundation';
    case QuranComEnvironment.production:
      return 'https://oauth2.quran.foundation';
  }
}