Backstage
    Preparing search index...

    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

    Methods

    Properties

    optionsSchema?: TSchema

    Methods