TokenEndpoint

scalaoauth2.provider.TokenEndpoint
See theTokenEndpoint companion object

Attributes

Companion
object
Source
TokenEndpoint.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object TokenEndpoint.type

Members list

Value members

Concrete methods

def handleRequest[U](request: AuthorizationRequest, handler: AuthorizationHandler[U])(implicit ctx: ExecutionContext): Future[Either[OAuthError, GrantHandlerResult[U]]]

Attributes

Source
TokenEndpoint.scala

Concrete fields

val handlers: Map[String, GrantHandler]

Attributes

Source
TokenEndpoint.scala