SteamProfileParser

play.silhouette.impl.providers.openid.SteamProfileParser

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(data: Unit, authInfo: OpenIDInfo): Future[CommonSocialProfile]

Parses the social profile.

Parses the social profile.

Value parameters

authInfo

The auth info received from the provider.

Attributes

Returns

The social profile from given result.

Definition Classes