$

@GeneratedBy(type = AuthenticationLog::class)
object $

Properties

Link copied to clipboard
const val SLOT_CLIENT_ID: Int = 2
Link copied to clipboard
const val SLOT_ERROR_MESSAGE: Int = 7
Link copied to clipboard
const val SLOT_GRANT_TYPE: Int = 3
Link copied to clipboard
const val SLOT_ID: Int = 0
Link copied to clipboard
const val SLOT_IP: Int = 4
Link copied to clipboard
const val SLOT_OCCURRED_AT: Int = 8
Link copied to clipboard
const val SLOT_SUCCESS: Int = 6
Link copied to clipboard
const val SLOT_USER_AGENT: Int = 5
Link copied to clipboard
const val SLOT_USERNAME: Int = 1
Link copied to clipboard
val type: ImmutableType

Functions

Link copied to clipboard
fun produce(base: AuthenticationLog? = null, resolveImmediately: Boolean = false): AuthenticationLog
fun produce(base: AuthenticationLog? = null, resolveImmediately: Boolean = false, block: AuthenticationLogDraft.() -> Unit): AuthenticationLog