TokenEndpoint

scalaoauth2.provider.TokenEndpoint$
See theTokenEndpoint companion trait
object TokenEndpoint extends TokenEndpoint

Attributes

Companion
trait
Source
TokenEndpoint.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Inherited methods

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

Attributes

Inherited from:
TokenEndpoint
Source
TokenEndpoint.scala

Inherited fields

val handlers: Map[String, GrantHandler]

Attributes

Inherited from:
TokenEndpoint
Source
TokenEndpoint.scala