Skip to main content

auth_callback

Function
This function is defined in the chainlit_ui module.

Signature

def auth_callback(username: str, password: str) -> Any

Parameters

username
str
required
No description available.
password
str
required
No description available.

Returns

Returns
Any
The result of the operation.