export interface TransactionMembersOnSignupPassword extends TransactionMembers { isPasskeyEnabled: boolean; passwordPolicy: PasswordPolicy | null; requiredIdentifiers: IdentifierType[] | null; optionalIdentifiers: IdentifierType[] | null; }
Was this page helpful?