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
/
Companion
/
maxLength
max
Length
fun
maxLength
(
length
:
Int
,
description
:
String
=
"Password must be at most "
)
:
PasswordRule
(
source
)
Creates a
PasswordRule
that checks whether the password is at most
length
characters long.