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
/
AuthenticationLogProps
Authentication
Log
Props
@
GeneratedBy
(
type
=
AuthenticationLog::class
)
object
AuthenticationLogProps
Members
Properties
CLIENT_
ID
Link copied to clipboard
val
CLIENT_ID
:
TypedProp.Scalar
<
AuthenticationLog
,
String
?
>
ERROR_
MESSAGE
Link copied to clipboard
val
ERROR_MESSAGE
:
TypedProp.Scalar
<
AuthenticationLog
,
String
?
>
GRANT_
TYPE
Link copied to clipboard
val
GRANT_TYPE
:
TypedProp.Scalar
<
AuthenticationLog
,
String
?
>
ID
Link copied to clipboard
val
ID
:
TypedProp.Scalar
<
AuthenticationLog
,
Long
>
IP
Link copied to clipboard
val
IP
:
TypedProp.Scalar
<
AuthenticationLog
,
String
?
>
OCCURRED_
AT
Link copied to clipboard
val
OCCURRED_AT
:
TypedProp.Scalar
<
AuthenticationLog
,
Instant
?
>
SUCCESS
Link copied to clipboard
val
SUCCESS
:
TypedProp.Scalar
<
AuthenticationLog
,
Boolean
?
>
USER_
AGENT
Link copied to clipboard
val
USER_AGENT
:
TypedProp.Scalar
<
AuthenticationLog
,
String
?
>
USERNAME
Link copied to clipboard
val
USERNAME
:
TypedProp.Scalar
<
AuthenticationLog
,
String
?
>