Package-level declarations

Types

Link copied to clipboard

Functions

Link copied to clipboard
fun DaVinci(block: DaVinciConfig.() -> Unit = {}): <Error class: unknown class>

Function to create a DaVinci instance. fun main() { val daVinci = DaVinci { module(Oidc) { clientId = "your-client-id" redirectUri = "your-redirect-uri" scopes = listOf("openid", "profile") } } }

Link copied to clipboard
suspend fun <Error class: unknown class>.user(): User?

Function to retrieve the user.