class WsDiscovery extends Discovery
Ordering
- Alphabetic
- By Inheritance
Inherited
- WsDiscovery
- Discovery
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
Type Members
- case class UrlIdentifier(url: String) extends Product with Serializable
Value Members
- def discoverServer(openID: String): Future[OpenIDServer]
Resolve the OpenID server from the user's OpenID
Resolve the OpenID server from the user's OpenID
- Definition Classes
- → Discovery
- def normalizeIdentifier(openID: String): String
Normalize the given identifier.
Normalize the given identifier.
- Definition Classes
- → Discovery
Resolve the OpenID identifier to the location of the user's OpenID service provider.
Known limitations:
* The Discovery doesn't support XRIs at the moment