AuthenticationLogFetcherDsl

@GeneratedBy(type = AuthenticationLog::class)
class AuthenticationLogFetcherDsl(fetcher: Fetcher<AuthenticationLog> = emptyAuthenticationLogFetcher)

Constructors

Link copied to clipboard
constructor(fetcher: Fetcher<AuthenticationLog> = emptyAuthenticationLogFetcher)

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun clientId(enabled: Boolean = true)
Link copied to clipboard
fun errorMessage(enabled: Boolean = true)
Link copied to clipboard
fun grantType(enabled: Boolean = true)
Link copied to clipboard
Link copied to clipboard
fun ip(enabled: Boolean = true)
Link copied to clipboard
fun occurredAt(enabled: Boolean = true)
Link copied to clipboard
fun success(enabled: Boolean = true)
Link copied to clipboard
fun userAgent(enabled: Boolean = true)
Link copied to clipboard
fun username(enabled: Boolean = true)