OpenIdClient

play.api.libs.openid.OpenIdClient
trait OpenIdClient

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def redirectURL(openID: String, callbackURL: String, axRequired: Seq[(String, String)], axOptional: Seq[(String, String)], realm: Option[String]): Future[String]

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

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

Attributes

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

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

Attributes

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

For internal use

For internal use

Attributes