CodeCraft Auth API Docs - v0.0.0
Preparing search index...
modules/authentication/types/auth-content.types
AuthContentMap
Interface AuthContentMap
interface
AuthContentMap
{
forgotPassword
:
ForgotPasswordContent
;
signIn
:
SignInContent
;
signUp
:
SignUpContent
;
updatePassword
:
UpdatePasswordContent
;
}
Index
Properties
forgot
Password
sign
In
sign
Up
update
Password
Properties
forgot
Password
forgotPassword
:
ForgotPasswordContent
sign
In
signIn
:
SignInContent
sign
Up
signUp
:
SignUpContent
update
Password
updatePassword
:
UpdatePasswordContent
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
forgot
Password
sign
In
sign
Up
update
Password
CodeCraft Auth API Docs - v0.0.0
Loading...