Password

zio.http.api.openapi.OpenAPI$.OAuthFlow$.Password
final case class Password(refreshUrl: Option[URI], scopes: Map[String, String], tokenUrl: URI) extends OAuthFlow

Configuration for the OAuth Resource Owner Password flow.

Attributes

refreshUrl

The URL to be used for obtaining refresh tokens.

scopes

The available scopes for the OAuth2 security scheme. A map between the scope name and a short description for it. The map MAY be empty.

tokenUrl

The token URL to be used for this flow.

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait OAuthFlow
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def toJson: String

Attributes

Definition Classes
OpenAPIBase

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product