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
/
AuthenticationLogRecord
/
AuthenticationLogRecord
Authentication
Log
Record
constructor
(
username
:
String
?
,
clientId
:
String
?
,
grantType
:
String
?
,
ip
:
String
?
,
userAgent
:
String
?
,
success
:
Boolean
,
errorMessage
:
String
?
,
timestamp
:
Instant
?
)