aigentic
0.4.0-SNAPSHOT
common
core
/
community.flock.aigentic.core.platform
/
Authentication
Authentication
interface
Authentication
Inheritors
Secret
BasicAuth
Members
Types
Basic
Auth
Link copied to clipboard
data
class
BasicAuth
(
val
username
:
String
,
val
password
:
String
)
:
Authentication
Secret
Link copied to clipboard
data
class
Secret
(
val
secret
:
String
)
:
Authentication