Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

auth_uri

auth_uri: string

URI for authorizing the user

Optional handle_login

handle_login: undefined | false | true

Whether service should handling user login. Defaults to true

Optional host

host: undefined | string

Host name and port of the engine server

Optional mock

mock: undefined | false | true

Whether system is in mock mode

redirect_uri

redirect_uri: string

URI for handling authentication redirects. e.g. /assets/oauth-resp.html

scope

scope: string

Scope of the user permissions needed to access the application

Optional storage

storage: "local" | "session"

Which keystore to use localStorage or sessionStorage. Defaults to `'local''

token_uri

token_uri: string

URI for generating new tokens

Optional use_iframe

use_iframe: undefined | false | true

Whether to perform authentication in an iframe

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc