Package

com.mohiva.play.silhouette.impl

services

Permalink

package services

Provides implementations of the services.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. services
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. class GravatarService extends AvatarService with Logger with ExecutionContextProvider

    Permalink

    Retrieves avatar URLs from the Gravatar service.

  2. case class GravatarServiceSettings(secure: Boolean = true, params: Map[String, String] = Map("d" -> "404")) extends Product with Serializable

    Permalink

    The gravatar service settings object.

    The gravatar service settings object.

    secure

    Indicates if the secure or insecure URL should be used to query the avatar images. Defaults to secure.

    params

    A list of params to append to the URL.

    See also

    https://en.gravatar.com/site/implement/images/

Value Members

  1. object GravatarService

    Permalink

    The companion object.

Inherited from AnyRef

Inherited from Any

Ungrouped