avalon
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
avalon
avalon-oauth2-common
/
io.github.lishangbu.avalon.oauth2.common.log
Package-level
declarations
Types
Types
Authentication
Log
Record
Link copied to clipboard
@
JvmRecord
data
class
AuthenticationLogRecord
(
val
username
:
String
?
,
val
clientId
:
String
?
,
val
grantType
:
String
?
,
val
ip
:
String
?
,
val
userAgent
:
String
?
,
val
success
:
Boolean
,
val
errorMessage
:
String
?
,
val
timestamp
:
Instant
?
)
:
Record
Authentication
Log
Recorder
Link copied to clipboard
fun
interface
AuthenticationLogRecorder