Backstage
Docs
Github
Preparing search index...
@backstage/plugin-auth-node
SignInResolverFactoryOptions
Interface SignInResolverFactoryOptions<TAuthResult, TSchema>
interface
SignInResolverFactoryOptions
<
TAuthResult
,
TSchema
extends
ZodType
=
ZodType
<
unknown
>
,
>
{
optionsSchema
?:
TSchema
;
create
(
options
:
output
<
TSchema
>
)
:
SignInResolver
<
TAuthResult
>
;
}
Type Parameters
TAuthResult
TSchema
extends
ZodType
=
ZodType
<
unknown
>
Index
Properties
options
Schema?
Methods
create
Properties
Optional
options
Schema
optionsSchema
?:
TSchema
Methods
create
create
(
options
:
output
<
TSchema
>
)
:
SignInResolver
<
TAuthResult
>
Parameters
options
:
output
<
TSchema
>
Returns
SignInResolver
<
TAuthResult
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
options
Schema
Methods
create
Docs
Github
Backstage
Loading...