final case class AuthorizationCode(authorizationUrl: URI, refreshUrl: Option[URI], scopes: Map[String, String], tokenUrl: URI) extends OAuthFlow with Product with Serializable
Configuration for the OAuth Authorization Code flow. Previously called accessCode in OpenAPI 2.0.
- authorizationUrl
The authorization URL to be used for this flow.
- 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.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AuthorizationCode
- Serializable
- Serializable
- Product
- Equals
- OAuthFlow
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
AuthorizationCode(authorizationUrl: URI, refreshUrl: Option[URI], scopes: Map[String, String], tokenUrl: URI)
- authorizationUrl
The authorization URL to be used for this flow.
- 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.
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val authorizationUrl: URI
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
val
refreshUrl: Option[URI]
- Definition Classes
- AuthorizationCode → OAuthFlow
-
val
scopes: Map[String, String]
- Definition Classes
- AuthorizationCode → OAuthFlow
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val tokenUrl: URI
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )