oauth2

sttp.tapir.TapirAuth.oauth2
object oauth2

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
oauth2.type

Members list

Type members

Classlikes

object OAuth2Flow

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
OAuth2Flow.type
sealed trait OAuth2Flow

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Value members

Concrete methods

def authorizationCodeFlow(authorizationUrl: String, tokenUrl: String, refreshUrl: Option[String], scopes: ListMap[String, String], challenge: WWWAuthenticateChallenge): Auth[String, OAuth2]
def clientCredentialsFlow(tokenUrl: String, refreshUrl: Option[String], scopes: ListMap[String, String], challenge: WWWAuthenticateChallenge): Auth[String, OAuth2]
def implicitFlow(authorizationUrl: String, refreshUrl: Option[String], scopes: ListMap[String, String], challenge: WWWAuthenticateChallenge): Auth[String, OAuth2]

Deprecated methods

def authorizationCode(authorizationUrl: Option[String], scopes: ListMap[String, String], tokenUrl: Option[String], refreshUrl: Option[String], challenge: WWWAuthenticateChallenge): Auth[String, OAuth2]

Attributes

Deprecated
true