Magek Framework
    Preparing search index...

    Interface AuthMetadata

    interface AuthMetadata {
        signUpMethods?: SignUpMethod[];
        skipConfirmation?: boolean;
    }
    Index

    Properties

    signUpMethods?: SignUpMethod[]
    skipConfirmation?: boolean