All Downloads are FREE. Search and download functionalities are using the official Maven repository.

skinny.oauth2.client.OAuth2User.scala Maven / Gradle / Ivy

There is a newer version: 3.1.0
Show newest version
package skinny.oauth2.client

/**
 * OAuth 2.0 basic user information.
 */
trait OAuth2User {

  def id: String

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy