Environment

public enum Environment : String

Determines which backend requests will be sent to. Most of the values here are explained in Schibsted account Self Service where you also must set up your client.

Basically this is what determines if this is a production configuration, or pre production, etc. Please read the Schibsted account Self Service

  • login.schibsted.com

    Declaration

    Swift

    case production
  • identity-pre.schibsted.com

    Declaration

    Swift

    case preproduction
  • identity-dev.schibsted.com

    Declaration

    Swift

    case development
  • payment.schibsted.no

    Declaration

    Swift

    case norway