Packages

object Authentication

Source
settings.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Authentication
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed abstract class None extends Authentication

    Make singleton objects extend an abstract class with the same name.

    Make singleton objects extend an abstract class with the same name. This makes it possible to refer to the object type without .type.

  2. final class Provided extends Authentication

Value Members

  1. def createNone: None

    Java API

  2. def createProvided(): Provided

    Java API

    Java API

    Factory method needed to access nested object.

  3. case object None extends None with Product with Serializable
  4. object Provided