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
Authentication
Log
Record
@
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
Members
Constructors
Authentication
Log
Record
Link copied to clipboard
constructor
(
username
:
String
?
,
clientId
:
String
?
,
grantType
:
String
?
,
ip
:
String
?
,
userAgent
:
String
?
,
success
:
Boolean
,
errorMessage
:
String
?
,
timestamp
:
Instant
?
)
Properties
client
Id
Link copied to clipboard
val
clientId
:
String
?
客户端 ID
error
Message
Link copied to clipboard
val
errorMessage
:
String
?
错误信息
grant
Type
Link copied to clipboard
val
grantType
:
String
?
授权属性
ip
Link copied to clipboard
val
ip
:
String
?
IP
success
Link copied to clipboard
val
success
:
Boolean
成功
timestamp
Link copied to clipboard
val
timestamp
:
Instant
?
时间戳
user
Agent
Link copied to clipboard
val
userAgent
:
String
?
用户代理
username
Link copied to clipboard
val
username
:
String
?
用户名