XingProfileParser

play.silhouette.impl.providers.oauth1.XingProfileParser

The profile parser for the common social profile.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def parse(json: JsValue, authInfo: OAuth1Info): Future[CommonSocialProfile]

Parses the social profile.

Parses the social profile.

Value parameters

authInfo

The auth info to query the provider again for additional data.

json

The content returned from the provider.

Attributes

Returns

The social profile from given result.

Definition Classes