t

play.api.libs.openid

OpenIdClient

trait OpenIdClient extends AnyRef

Source
OpenIdClient.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OpenIdClient
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def redirectURL(openID: String, callbackURL: String, axRequired: Seq[(String, String)] = Seq.empty, axOptional: Seq[(String, String)] = Seq.empty, realm: Option[String] = None): Future[String]

    Retrieve the URL where the user should be redirected to start the OpenID authentication process

  2. abstract def verifiedId(queryString: Map[String, Array[String]]): Future[UserInfo]

    For internal use

  3. abstract def verifiedId(request: RequestHeader): Future[UserInfo]

    From a request corresponding to the callback from the OpenID server, check the identity of the current user