avalon
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
avalon
avalon-authorization
/
io.github.lishangbu.avalon.authorization.entity
/
AuthenticationLog
Authentication
Log
@
Entity
interface
AuthenticationLog
Inheritors
AuthenticationLogDraft
Members
Members & Extensions
Properties
client
Id
Link copied to clipboard
abstract
val
clientId
:
String
?
客户端 ID
error
Message
Link copied to clipboard
abstract
val
errorMessage
:
String
?
错误信息
grant
Type
Link copied to clipboard
abstract
val
grantType
:
String
?
授权属性
id
Link copied to clipboard
@
Id
abstract
val
id
:
Long
ID
ip
Link copied to clipboard
abstract
val
ip
:
String
?
IP
occurred
At
Link copied to clipboard
abstract
val
occurredAt
:
Instant
?
发生时间
success
Link copied to clipboard
abstract
val
success
:
Boolean
?
成功
user
Agent
Link copied to clipboard
abstract
val
userAgent
:
String
?
用户代理
username
Link copied to clipboard
abstract
val
username
:
String
?
用户名
Functions
copy
Link copied to clipboard
@
GeneratedBy
(
type
=
AuthenticationLog::class
)
fun
AuthenticationLog
.
copy
(
resolveImmediately
:
Boolean
=
false
,
block
:
AuthenticationLogDraft
.
(
)
->
Unit
)
:
AuthenticationLog