http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-ai-a2a-core
/
org.http4k.ai.a2a.model
/
SecurityScheme
/
OAuth2
OAuth2
@
JsonSerializable
data
class
OAuth2
(
val
flows
:
OAuthFlows
,
val
description
:
String
?
=
null
,
val
oauth2MetadataUrl
:
Uri
?
=
null
)
:
SecurityScheme
(
source
)
Members
Constructors
OAuth2
Link copied to clipboard
constructor
(
flows
:
OAuthFlows
,
description
:
String
?
=
null
,
oauth2MetadataUrl
:
Uri
?
=
null
)
Properties
description
Link copied to clipboard
open
override
val
description
:
String
?
flows
Link copied to clipboard
val
flows
:
OAuthFlows
oauth2Metadata
Url
Link copied to clipboard
val
oauth2MetadataUrl
:
Uri
?