toggle menu
supabase-kt
3.0.3
common
switch theme
search in API
compose-auth-ui
/
io.github.jan.supabase.compose.auth.ui.password
/
PasswordRule
/
PasswordRule
Password
Rule
constructor
(
description
:
String
,
predicate
:
(
password
:
String
)
->
Boolean
)
(
source
)
Parameters
description
The description of the rule.
predicate
The predicate that determines whether the rule is fulfilled.