Package

examples

oauth

Permalink

package oauth

Visibility
  1. Public
  2. All

Type Members

  1. case class User(name: String) extends Product with Serializable

    Permalink
  2. class UserDataHandler extends DataHandler[User]

    Permalink

    Extremely contrived OAuth access control mechanism.

Value Members

  1. object OAuth2App extends App

    Permalink

    OAuth controlled app using finagle-oath2.

    OAuth controlled app using finagle-oath2. Use the "access_token" of "token" to gain access to the services. This example shows how you can vary the input of the request to the service endpoints by altering the type using the module filter - in this case Request --> OAuth2Request[User]

Ungrouped