OAuth2

case class OAuth2(authorizationUrl: Option[String], tokenUrl: Option[String], scopes: ListMap[String, String], refreshUrl: Option[String]) extends AuthType
trait Serializable
trait Product
trait Equals
trait AuthType
class Object
trait Matchable
class Any

Value members

Concrete methods

def requiredScopes(requiredScopes: Seq[String]): ScopedOAuth2

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product