Class: MultiAuthSample::Environment

Inherits:
Object
  • Object
show all
Defined in:
lib/multi_auth_sample/configuration.rb

Overview

An enum for SDK environments.

Constant Summary collapse

ENVIRONMENT =
[
  PRODUCTION = 'production'.freeze,
  TESTING = 'testing'.freeze
].freeze