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
/
AuthenticationInfo
Authentication
Info
@
JsonSerializable
data
class
AuthenticationInfo
(
val
scheme
:
AuthScheme
,
val
credentials
:
String
?
=
null
)
(
source
)
Members
Constructors
Authentication
Info
Link copied to clipboard
constructor
(
scheme
:
AuthScheme
,
credentials
:
String
?
=
null
)
Properties
credentials
Link copied to clipboard
val
credentials
:
String
?
scheme
Link copied to clipboard
val
scheme
:
AuthScheme