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
/
HttpAuth
Http
Auth
@
JsonSerializable
data
class
HttpAuth
(
val
scheme
:
String
,
val
description
:
String
?
=
null
,
val
bearerFormat
:
String
?
=
null
)
:
SecurityScheme
(
source
)
Members
Constructors
Http
Auth
Link copied to clipboard
constructor
(
scheme
:
String
,
description
:
String
?
=
null
,
bearerFormat
:
String
?
=
null
)
Properties
bearer
Format
Link copied to clipboard
val
bearerFormat
:
String
?
description
Link copied to clipboard
open
override
val
description
:
String
?
scheme
Link copied to clipboard
val
scheme
:
String