-
Notifications
You must be signed in to change notification settings - Fork 0
auth manager
milan jurkulák edited this page May 2, 2024
·
1 revision
//tvlib/org.mjdev.tvlib.auth/AuthManager/AuthManager
[androidJvm]
constructor(context: Context, scheme: String = context.getString(R.string.com_auth0_scheme), clientId: String = context.getString(R.string.com_auth0_client_id), domain: String = context.getString(R.string.com_auth0_domain), allowedPackages: List<String> = listOf(), onUserChange: AuthManager.(user: User?) -> Unit? = null)