Class

Configuration

Configuration()

Constructor

# new Configuration()

Ember Simple Auth's configuration object.

View Source configuration.js, line 6

Extends

  • Object

Members

String

# static readonly rootURL

The root URL of the application as configured in config/environment.js.

Properties:
Name Type Description
rootURL
Default Value:
  • ''

View Source configuration.js, line 24

String

# static readonly routeAfterAuthentication

The route to transition to after successful authentication.

Properties:
Name Type Description
routeAfterAuthentication
Default Value:
  • 'index'

View Source configuration.js, line 37