CodeCraft Auth API Docs - v0.0.0
Preparing search index...
modules/authentication/types/auth-content.types
SignInContent
Interface SignInContent
interface
SignInContent
{
actions
?:
AuthActionConfig
;
customDescription
?:
string
;
customTitle
?:
string
;
description
:
string
;
fields
:
{
emailLabel
:
string
;
emailPlaceholder
?:
string
;
passwordLabel
:
string
;
passwordPlaceholder
?:
string
;
}
;
forgot
:
{
link
:
string
;
question
:
string
}
;
separator
:
string
;
social
:
string
;
submit
:
string
;
title
:
string
;
}
Hierarchy (
View Summary
)
AuthBaseContent
SignInContent
Index
Properties
actions?
custom
Description?
custom
Title?
description
fields
forgot
separator
social
submit
title
Properties
Optional
actions
actions
?:
AuthActionConfig
Optional
custom
Description
customDescription
?:
string
Optional
custom
Title
customTitle
?:
string
description
description
:
string
fields
fields
:
{
emailLabel
:
string
;
emailPlaceholder
?:
string
;
passwordLabel
:
string
;
passwordPlaceholder
?:
string
;
}
forgot
forgot
:
{
link
:
string
;
question
:
string
}
separator
separator
:
string
social
social
:
string
submit
submit
:
string
title
title
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
actions
custom
Description
custom
Title
description
fields
forgot
separator
social
submit
title
CodeCraft Auth API Docs - v0.0.0
Loading...