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
/
AuthenticationLogDraft
Authentication
Log
Draft
@
GeneratedBy
(
type
=
AuthenticationLog::class
)
interface
AuthenticationLogDraft
:
AuthenticationLog
,
Draft
Members
Members & Extensions
Types
$
Link copied to clipboard
@
GeneratedBy
(
type
=
AuthenticationLog::class
)
object
$
Builder
Link copied to clipboard
@
GeneratedBy
(
type
=
AuthenticationLog::class
)
class
Builder
Properties
client
Id
Link copied to clipboard
abstract
override
var
clientId
:
String
?
客户端 ID
error
Message
Link copied to clipboard
abstract
override
var
errorMessage
:
String
?
错误信息
grant
Type
Link copied to clipboard
abstract
override
var
grantType
:
String
?
授权属性
id
Link copied to clipboard
abstract
override
var
id
:
Long
ID
ip
Link copied to clipboard
abstract
override
var
ip
:
String
?
IP
occurred
At
Link copied to clipboard
abstract
override
var
occurredAt
:
Instant
?
发生时间
success
Link copied to clipboard
abstract
override
var
success
:
Boolean
?
成功
user
Agent
Link copied to clipboard
abstract
override
var
userAgent
:
String
?
用户代理
username
Link copied to clipboard
abstract
override
var
username
:
String
?
用户名
Functions
copy
Link copied to clipboard
@
GeneratedBy
(
type
=
AuthenticationLog::class
)
fun
AuthenticationLog
.
copy
(
resolveImmediately
:
Boolean
=
false
,
block
:
AuthenticationLogDraft
.
(
)
->
Unit
)
:
AuthenticationLog