trait OpenIdClient extends AnyRef
- Source
- OpenIdClient.scala
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- OpenIdClient
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- 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
- abstract def verifiedId(queryString: Map[String, Array[String]]): Future[UserInfo]
For internal use
- 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